InvokeAI/invokeai/app/invocations
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 Run python black 2023-07-28 09:46:44 -04:00
baseinvocation.py fix: canvas not working on queue 2023-09-20 09:57:10 -04:00
collections.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
compel.py Merge branch 'main' into feat/ip-adapter 2023-09-15 13:15:25 -04:00
controlnet_image_processors.py isort wip 2023-09-12 13:01:58 -04:00
cv.py Apply black, isort, flake8 2023-09-12 13:01:58 -04:00
image.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
infill.py fix(nodes): downscale and resample_mode are not optional 2023-09-05 11:23:13 +10:00
ip_adapter.py isort: fix issues 2023-09-17 12:14:58 +12:00
latent.py Initial implementation of IP-Adapter "begin_step_percent" and "end_step_percent" for controlling on which steps IP-Adapter is applied in the denoising loop. 2023-09-16 08:24:12 -07:00
math.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
metadata.py Revert ControlNetInvocation changes. 2023-09-06 19:30:30 -04:00
model.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
noise.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
onnx.py isort 2023-09-15 13:18:00 -04:00
param_easing.py isort wip 2023-09-12 13:01:58 -04:00
primitives.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
prompt.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
sdxl.py feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
strings.py Prompts from file support nodes (#3964) 2023-09-13 08:06:38 +00:00
upscale.py isort wip 2023-09-12 13:01:58 -04:00