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
62799c85
Commit
62799c85
authored
Sep 07, 2023
by
pythongosssss
Browse files
fix crash on node with VALIDATE_INPUTS and actual inputs
parent
8be46438
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
execution.py
execution.py
+2
-1
No files found.
execution.py
View file @
62799c85
...
@@ -21,7 +21,8 @@ def get_input_data(inputs, class_def, unique_id, outputs={}, prompt={}, extra_da
...
@@ -21,7 +21,8 @@ def get_input_data(inputs, class_def, unique_id, outputs={}, prompt={}, extra_da
input_unique_id
=
input_data
[
0
]
input_unique_id
=
input_data
[
0
]
output_index
=
input_data
[
1
]
output_index
=
input_data
[
1
]
if
input_unique_id
not
in
outputs
:
if
input_unique_id
not
in
outputs
:
return
None
input_data_all
[
x
]
=
(
None
,)
continue
obj
=
outputs
[
input_unique_id
][
output_index
]
obj
=
outputs
[
input_unique_id
][
output_index
]
input_data_all
[
x
]
=
obj
input_data_all
[
x
]
=
obj
else
:
else
:
...
...
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