InvokeAI/invokeai/app/services/model_install
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 refactor(events): use pydantic schemas for events 2024-05-27 09:06:02 +10:00
model_install_base.py replace load_and_cache_model() with load_remote_model() and load_local_odel() 2024-06-07 14:12:16 +10:00
model_install_common.py tidy(download): _download_job -> _multifile_job 2024-06-03 10:15:53 +10:00
model_install_default.py feat(app): add model_install_download_started event 2024-06-17 09:50:25 +10:00