Skip to content

Commit

Permalink
a1111 api abort controller should be removed after loading is finished
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdjohnson committed May 2, 2024
1 parent f6cb661 commit 354566a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/A1111Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class A1111Api {
throw new Error('A1111 API failed to return any generated image')
}

A1111Api.abortControllerById[incomingMessage.uniqId]
delete A1111Api.abortControllerById[incomingMessage.uniqId]

return images
}
Expand Down

0 comments on commit 354566a

Please sign in to comment.