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
2419901e
"ml/vscode:/vscode.git/clone" did not exist on "8fe6f69f2828d66df7fafa02cf6ee5cb030ef87d"
Commit
2419901e
authored
Sep 03, 2023
by
comfyanonymous
Browse files
Merge branch 'addOnExecutionStart' of
https://github.com/chrisgoringe/ComfyUI
parents
a74c5dbf
dfd6489c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
web/scripts/app.js
web/scripts/app.js
+4
-0
No files found.
web/scripts/app.js
View file @
2419901e
...
...
@@ -994,6 +994,10 @@ export class ComfyApp {
api
.
addEventListener
(
"
execution_start
"
,
({
detail
})
=>
{
this
.
runningNodeId
=
null
;
this
.
lastExecutionError
=
null
this
.
graph
.
_nodes
.
forEach
((
node
)
=>
{
if
(
node
.
onExecutionStart
)
node
.
onExecutionStart
()
})
});
api
.
addEventListener
(
"
execution_error
"
,
({
detail
})
=>
{
...
...
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