1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-03 07:26:31 +08:00

Fix issue with cancelling prompt.

This commit is contained in:
comfyanonymous
2023-05-28 00:32:26 -04:00
parent 1cfb2a733f
commit ad81fd682a

View File

@@ -353,6 +353,7 @@ class PromptExecutor:
success, error, ex = recursive_execute(self.server, prompt, self.outputs, output_node_id, extra_data, executed, prompt_id, self.outputs_ui)
if success is not True:
self.handle_execution_error(prompt_id, prompt, current_outputs, executed, error, ex)
break
for x in executed:
self.old_prompt[x] = copy.deepcopy(prompt[x])