InvokeAI/invokeai/app
psychedelicious 81385d7d35 fix(stats): fix fail case when previous graph is invalid
When retrieving a graph, it is parsed through pydantic. It is possible that this graph is invalid, and an error is thrown.

Handle this by deleting the failed graph from the stats if this occurs.
2023-08-21 19:17:36 +10:00
..
api Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
cli Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
invocations fix(nodes): fix field names 2023-08-21 19:17:36 +10:00
models feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
services fix(stats): fix fail case when previous graph is invalid 2023-08-21 19:17:36 +10:00
util Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
api_app.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
cli_app.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00