InvokeAI/invokeai/app
psychedelicious e0e106367d fix(nodes): do not clear invocation stats on invoke error
When an invocation errored, we clear the stats for the whole graph. Later on, we check the graph for errors and see the failed invocation, and we consider the graph failed. We then attempts to log the stats for the failed graph.

Except now the failed graph has no stats, and the stats raises an error.

The user sees, in the terminal:
- An invocation error
- A stats error (scary!)
- No stats for the failed graph (uninformative!)

What the user should see:
- An invocation error
- Graph stats

The fix is simple - don't reset the graph stats when an invocation has an error.
2024-02-07 11:26:15 +11:00
..
api Port the command-line tools to use model_manager2 (#5546) 2024-02-02 17:18:47 +00:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations feat: Add Resolution to DepthAnything 2024-01-23 14:13:50 -06:00
services fix(nodes): do not clear invocation stats on invoke error 2024-02-07 11:26:15 +11:00
shared Add CFG Rescale option for supporting zero-terminal SNR models (#4335) 2023-11-30 20:55:20 +11:00
util feat: add profiler util (#5601) 2024-01-31 10:51:57 +00:00
api_app.py chore: ruff 2024-01-22 16:10:25 +11:00