InvokeAI/invokeai
psychedelicious d4be945dde fix(nodes): gracefully handle custom nodes init error
Previously, exceptions raised as custom nodes are initialized were fatal errors, causing the app to exit.

With this change, any error on import is caught and the error message printed. App continues to start up without the node.

For example, a custom node that isn't updated for v4.0.0 may raise an error on import if it is attempting to import things that no longer exist.
2024-04-02 13:25:14 +11:00
..
app fix(nodes): gracefully handle custom nodes init error 2024-04-02 13:25:14 +11:00
assets feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
backend feat(mm): use same pattern for vae converter as others 2024-04-01 12:34:49 +11:00
configs fix(mm): add missing v2-midas-inference.yaml 2024-03-27 07:48:54 -04:00
frontend translationBot(ui): update translation (Russian) 2024-04-02 13:15:11 +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.0 2024-04-02 09:10:53 +11:00
__init__.py Various fixes 2023-01-30 18:42:17 -05:00