mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-13 07:40:50 +08:00
Handle errors (like OOM) more gracefully
This commit is contained in:
parent
e4e20d79b2
commit
2c7145d525
@ -435,7 +435,7 @@ class PromptExecutor:
|
||||
"exception_type": error["exception_type"],
|
||||
"traceback": error["traceback"],
|
||||
"current_inputs": error["current_inputs"],
|
||||
"current_outputs": error["current_outputs"],
|
||||
"current_outputs": list(current_outputs),
|
||||
}
|
||||
self.add_message("execution_error", mes, broadcast=False)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user