InvokeAI/invokeai/app/services/events
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 define install abstract base class 2023-11-20 21:57:10 -05:00
events_base.py feat(app): add model_install_download_started event 2024-06-17 09:50:25 +10:00
events_common.py feat(app): add destination column to session_queue 2024-08-30 22:20:49 +10:00
events_fastapievents.py fix(app): create reference to events task to prevent accidental GC 2024-08-12 07:49:58 +10:00