InvokeAI/invokeai/app/services/shared
psychedelicious 56fbe751db feat(app): add destination column to session_queue
The frontend needs to know where queue items came from (i.e. which tab), and where results are going to (i.e. send images to gallery or canvas). The `origin` column is not quite enough to represent this cleanly.

A `destination` column provides the frontend what it needs to handle incoming generations.
2024-08-30 22:20:49 +10:00
..
sqlite feat(app): add origin to session queue 2024-08-30 22:18:48 +10:00
sqlite_migrator feat(app): add destination column to session_queue 2024-08-30 22:20:49 +10:00
__init__.py feat(backend): organise service dependencies 2023-10-12 12:15:06 -04:00
graph.py chore: ruff E721 2024-06-28 10:36:05 +10:00
invocation_context.py Run ruff 2024-08-26 20:17:50 -04:00
pagination.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00