InvokeAI/invokeai/app/invocations
psychedelicious 7e5ba2795e feat(nodes): update all invocations to use new invocation context
Update all invocations to use the new context. The changes are all fairly simple, but there are a lot of them.

Supporting minor changes:
- Patch bump for all nodes that use the context
- Update invocation processor to provide new context
- Minor change to `EventServiceBase` to accept a node's ID instead of the dict version of a node
- Minor change to `ModelManagerService` to support the new wrapped context
- Fanagling of imports to avoid circular dependencies
2024-02-15 17:30:02 +11:00
..
custom_nodes feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
__init__.py resolve which paths can be None 2023-11-28 09:30:49 +11:00
baseinvocation.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
collections.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
compel.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
controlnet_image_processors.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
cv.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
facetools.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
fields.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
image.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
infill.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
ip_adapter.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
latent.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
math.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
metadata.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
model.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
noise.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
onnx.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
param_easing.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
primitives.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
prompt.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
sdxl.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
strings.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
t2i_adapter.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
tiles.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
upscale.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
util.py fix(nodes): fix constraints/validation for controlnet 2024-01-02 07:28:53 -05:00