InvokeAI/invokeai/app/services/model_install
psychedelicious b2ea749c72 fix(mm): handle any error during installation
Previously we only handled expected error types. If a different error was raised, the install job would end up in an unexpected state where it has failed and isn't doing anything, but its status is still running.

This indirectly prevents the installer threads from exiting - they are waiting for all jobs to be completed, including the failed-but-still-running job.

We need to handle any error here to prevent this.
2024-03-27 08:34:00 +11:00
..
__init__.py Remove civit AI model install resources 2024-03-08 13:59:59 +11:00
model_install_base.py Fix minor bugs involving model manager handling of model paths (#6024) 2024-03-22 01:14:45 +00:00
model_install_default.py fix(mm): handle any error during installation 2024-03-27 08:34:00 +11:00