InvokeAI/invokeai/app
psychedelicious 0dc6cb0535 feat(nodes): do not log stats errors
The stats service was logging error messages when attempting to retrieve stats for a graph that it wasn't tracking. This was rather noisy.

Instead of logging these errors within the service, we now will just raise the error and let the consumer of the service decide whether or not to log. Our usage of the service at this time is to suppress errors - we don't want to log anything to the console.

Note: With the improvements in the previous two commits, we shouldn't get these errors moving forward, but I still think this change is correct.
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 feat(nodes): do not log stats errors 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