InvokeAI/invokeai/app/services/session_queue
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
..
__init__.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
session_queue_base.py tidy(app): clean up app changes for canvas v2 2024-08-30 22:19:54 +10:00
session_queue_common.py feat(app): add destination column to session_queue 2024-08-30 22:20:49 +10:00
session_queue_sqlite.py feat(app): add destination column to session_queue 2024-08-30 22:20:49 +10:00