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
0a467526
Commit
0a467526
authored
Mar 08, 2024
by
comfyanonymous
Browse files
Make message about missing dependencies more clear.
parent
314d28c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nodes.py
nodes.py
+1
-1
No files found.
nodes.py
View file @
0a467526
...
@@ -1976,7 +1976,7 @@ def init_custom_nodes():
...
@@ -1976,7 +1976,7 @@ def init_custom_nodes():
print
(
"WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.
\n
"
)
print
(
"WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.
\n
"
)
for
node
in
import_failed
:
for
node
in
import_failed
:
print
(
"IMPORT FAILED: {}"
.
format
(
node
))
print
(
"IMPORT FAILED: {}"
.
format
(
node
))
print
(
"
\n
This issue might be caused by missing dependencies."
)
print
(
"
\n
This issue might be caused by missing
newly
dependencies
added the last time you updated ComfyUI
."
)
if
args
.
windows_standalone_build
:
if
args
.
windows_standalone_build
:
print
(
"Please run the update script: update/update_comfyui.bat"
)
print
(
"Please run the update script: update/update_comfyui.bat"
)
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