Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
ad81fd68
Commit
ad81fd68
authored
May 28, 2023
by
comfyanonymous
Browse files
Fix issue with cancelling prompt.
parent
1cfb2a73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
execution.py
execution.py
+1
-0
No files found.
execution.py
View file @
ad81fd68
...
...
@@ -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
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment