InvokeAI/invokeai
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
..
app fix(mm): handle any error during installation 2024-03-27 08:34:00 +11:00
assets feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
backend fix(mm): default settings pydantic error 2024-03-25 07:40:52 -04:00
configs cleanup: remove unused scripts, cruft 2024-03-20 15:05:25 +11:00
frontend feat(installer): remove updater 2024-03-26 14:48:29 +11:00
invocation_api feat(nodes): "ModelField" -> "ModelIdentifierField", add hash/name/base/type 2024-03-10 11:03:38 +11:00
version chore: v4.0.0rc5 2024-03-22 02:35:16 -07:00
__init__.py