InvokeAI/invokeai/app
psychedelicious 59bc9ed399 fix(backend): handle BatchSessionNotFoundException in BatchManager._process()
The internal `BatchProcessStorage.get_session()` method throws when it finds nothing, but we were not catching any exceptions.

This caused a exception when the batch manager handles a `graph_execution_state_complete` event that did not originate from a batch.

Fixed by handling the exception.
2023-08-17 13:58:11 +10:00
..
api feat(backend): surface BatchSessionNodeFoundException 2023-08-17 12:45:32 +10:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
cli Run python black 2023-07-28 09:46:44 -04:00
invocations feat: make primitive node titles consistent 2023-08-16 23:04:36 +10:00
models feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
services fix(backend): handle BatchSessionNotFoundException in BatchManager._process() 2023-08-17 13:58:11 +10:00
util Apply requested changes 2023-08-10 06:19:22 +03:00
api_app.py feat: node editor 2023-08-16 09:54:38 +10:00
cli_app.py Run python black 2023-08-15 21:51:45 -04:00