InvokeAI/invokeai/app/util
psychedelicious bdfdf854fc fix: canvas not working on queue
Add `batch_id` to outbound events. This necessitates adding it to both `InvocationContext` and `InvocationQueueItem`. This allows the canvas to receive images.

When the user enqueues a batch on the canvas, it is expected that all images from that batch are directed to the canvas.

The simplest, most flexible solution is to add the `batch_id` to the invocation context-y stuff. Then everything knows what batch it came from, and we can have the canvas pick up images associated with its list of canvas `batch_id`s.
2023-09-20 09:57:10 -04:00
..
__init__.py feat(nodes): add list_images endpoint 2023-04-09 13:48:44 +10:00
controlnet_utils.py isort wip 2023-09-12 13:01:58 -04:00
metadata.py feat(db,nodes,api): refactor metadata 2023-07-13 15:40:05 +10:00
metaenum.py feat(nodes): address feedback 2023-05-24 11:30:47 -04:00
misc.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
model_exclude_null.py isort wip 2023-09-12 13:01:58 -04:00
step_callback.py fix: canvas not working on queue 2023-09-20 09:57:10 -04:00
thumbnails.py isort wip 2023-09-12 13:01:58 -04:00