InvokeAI/invokeai/app/services/events
psychedelicious fb694b3e17 feat(app): add model_install_download_started event
Previously, we used `model_install_download_progress` for both download starting and progressing. When handling this event, we don't know which actual thing it represents.

Add `model_install_download_started` event to explicitly represent a model download started event.
2024-06-17 09:50:25 +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 model_install_download_started event 2024-06-17 09:50:25 +10:00
events_fastapievents.py docs: update comments & docstrings 2024-05-27 09:06:02 +10:00