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
0d834e3a
Commit
0d834e3a
authored
May 25, 2023
by
space-nuko
Browse files
Add missing input name/config
parent
c33b7c55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
execution.py
execution.py
+2
-0
No files found.
execution.py
View file @
0d834e3a
...
...
@@ -365,6 +365,8 @@ def validate_inputs(prompt, item, validated):
"message"
:
"Exception when validating node"
,
"details"
:
str
(
ex
),
"extra_info"
:
{
"input_name"
:
x
,
"input_config"
:
info
,
"error_type"
:
error_type
,
"traceback"
:
traceback
.
format_tb
(
tb
)
}
...
...
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