InvokeAI/invokeai/app/services/invocation_processor
psychedelicious 8637c40661 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-03-01 10:42:33 +11:00
..
__init__.py feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
invocation_processor_base.py chore: ruff format 2023-11-11 10:55:40 +11:00
invocation_processor_common.py feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
invocation_processor_default.py feat(nodes): update all invocations to use new invocation context 2024-03-01 10:42:33 +11:00