InvokeAI/invokeai/app
psychedelicious 276a95ae8e refactor(nodes): merge processors
Consolidate graph processing logic into session processor.

With graphs as the unit of work, and the session queue distributing graphs, we no longer need the invocation queue or processor.

Instead, the session processor dequeues the next session and processes it in a simple loop, greatly simplifying the app.

- Remove `graph_execution_manager` service.
- Remove `queue` (invocation queue) service.
- Remove `processor` (invocation processor) service.
- Remove queue-related logic from `Invoker`. It now only starts and stops the services, providing them with access to other services.
- Remove unused `invocation_retrieval_error` and `session_retrieval_error` events, these are no longer needed.
- Clean up stats service now that it is less coupled to the rest of the app.
- Refactor cancellation logic - cancellations now originate from session queue (i.e. HTTP cancel endpoint) and are emitted as events. Processor gets the events and sets the canceled event. Access to this event is provided to the invocation context for e.g. the step callback.
- Remove `sessions` router; it provided access to `graph_executions` but that no longer exists.
2024-02-29 13:28:20 -05:00
..
api refactor(nodes): merge processors 2024-02-29 13:28:20 -05:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations feat(nodes): JIT graph nodes validation 2024-02-29 13:28:20 -05:00
services refactor(nodes): merge processors 2024-02-29 13:28:20 -05:00
shared tidy(nodes): move all field things to fields.py 2024-02-29 13:16:35 -05:00
util refactor(nodes): merge processors 2024-02-29 13:28:20 -05:00
api_app.py refactor(nodes): merge processors 2024-02-29 13:28:20 -05:00