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
5c5725da
"comfy/git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "82cae45d44df3bd2d042c32d9b56cd3056bd0f7f"
Unverified
Commit
5c5725da
authored
Feb 23, 2023
by
pythongosssss
Committed by
GitHub
Feb 23, 2023
Browse files
Remove extra args
parent
9bd7bfa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.py
main.py
+1
-1
No files found.
main.py
View file @
5c5725da
...
@@ -78,7 +78,7 @@ def recursive_execute(server, prompt, outputs, current_item, extra_data={}):
...
@@ -78,7 +78,7 @@ def recursive_execute(server, prompt, outputs, current_item, extra_data={}):
if
input_unique_id
not
in
outputs
:
if
input_unique_id
not
in
outputs
:
executed
+=
recursive_execute
(
server
,
prompt
,
outputs
,
input_unique_id
,
extra_data
)
executed
+=
recursive_execute
(
server
,
prompt
,
outputs
,
input_unique_id
,
extra_data
)
input_data_all
=
get_input_data
(
inputs
,
class_def
,
outputs
,
prompt
,
extra_data
,
server
,
unique_id
)
input_data_all
=
get_input_data
(
inputs
,
class_def
,
outputs
,
prompt
,
extra_data
)
if
server
.
client_id
is
not
None
:
if
server
.
client_id
is
not
None
:
server
.
send_sync
(
"executing"
,
{
"node"
:
unique_id
},
server
.
client_id
)
server
.
send_sync
(
"executing"
,
{
"node"
:
unique_id
},
server
.
client_id
)
obj
=
class_def
()
obj
=
class_def
()
...
...
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