InvokeAI/invokeai/frontend/web/src/services/events
psychedelicious ca95a3bd0d fix(ui): fix canvas soft-lock if canceled before first generation
The canvas needs to be set to staging mode as soon as a canvas-destined batch is enqueued. If the batch is is fully canceled before an image is generated, we need to remove that batch from the canvas `batchIds` watchlist, else canvas gets stuck in staging mode with no way to exit.

The changes here allow the batch status to be tracked, and if a batch has all its items completed, we can remove it from the `batchIds` watchlist. The `batchIds` watchlist now accurately represents *incomplete* canvas batches, fixing this cause of soft lock.
2023-10-09 20:11:21 +11:00
..
util fix(ui): fix circular dependency 2023-09-25 10:45:38 +10:00
actions.ts feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
middleware.ts feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
types.ts fix(ui): fix canvas soft-lock if canceled before first generation 2023-10-09 20:11:21 +11:00