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
c33b7c55
Commit
c33b7c55
authored
May 25, 2023
by
space-nuko
Browse files
Improve invalid prompt error message
parent
cc4d3435
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
execution.py
execution.py
+2
-2
No files found.
execution.py
View file @
c33b7c55
...
...
@@ -554,8 +554,8 @@ def validate_prompt(prompt):
errors_list
=
"
\n
"
.
join
(
errors_list
)
error
=
{
"type"
:
"prompt_
no_good_outputs
"
,
"message"
:
"Prompt
has no properly connected outputs
"
,
"type"
:
"prompt_
outputs_failed_validation
"
,
"message"
:
"Prompt
outputs failed validation
"
,
"details"
:
errors_list
,
"extra_info"
:
{}
}
...
...
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