InvokeAI/invokeai/app/services/model_manager
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
..
__init__.py chore: flake8 2023-10-30 01:49:10 +11:00
model_manager_base.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
model_manager_common.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00
model_manager_default.py feat(nodes): update all invocations to use new invocation context 2024-02-15 17:30:02 +11:00