diff --git a/invokeai/app/services/processor.py b/invokeai/app/services/processor.py index 9e3b5a0a30..e11eb84b3d 100644 --- a/invokeai/app/services/processor.py +++ b/invokeai/app/services/processor.py @@ -104,6 +104,7 @@ class DefaultInvocationProcessor(InvocationProcessorABC): except Exception as e: error = traceback.format_exc() + logger.error(error) # Save error graph_execution_state.set_node_error(invocation.id, error)