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
74297f5f
"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "88f25272459dbff940643f9b2487a8d1d8e78d77"
Commit
74297f5f
authored
Jun 13, 2023
by
comfyanonymous
Browse files
Merge branch 'master' of
https://github.com/ssitu/ComfyUI
parents
2803e78b
0c874e60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
web/scripts/api.js
web/scripts/api.js
+3
-0
No files found.
web/scripts/api.js
View file @
74297f5f
...
@@ -120,6 +120,9 @@ class ComfyApi extends EventTarget {
...
@@ -120,6 +120,9 @@ class ComfyApi extends EventTarget {
case
"
execution_error
"
:
case
"
execution_error
"
:
this
.
dispatchEvent
(
new
CustomEvent
(
"
execution_error
"
,
{
detail
:
msg
.
data
}));
this
.
dispatchEvent
(
new
CustomEvent
(
"
execution_error
"
,
{
detail
:
msg
.
data
}));
break
;
break
;
case
"
execution_cached
"
:
this
.
dispatchEvent
(
new
CustomEvent
(
"
execution_cached
"
,
{
detail
:
msg
.
data
}));
break
;
default
:
default
:
if
(
this
.
#
registered
.
has
(
msg
.
type
))
{
if
(
this
.
#
registered
.
has
(
msg
.
type
))
{
this
.
dispatchEvent
(
new
CustomEvent
(
msg
.
type
,
{
detail
:
msg
.
data
}));
this
.
dispatchEvent
(
new
CustomEvent
(
msg
.
type
,
{
detail
:
msg
.
data
}));
...
...
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