Commit 0a467526 authored by comfyanonymous's avatar comfyanonymous
Browse files

Make message about missing dependencies more clear.

parent 314d28c2
......@@ -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")
for node in import_failed:
print("IMPORT FAILED: {}".format(node))
print("\nThis issue might be caused by missing dependencies.")
print("\nThis issue might be caused by missing newly dependencies added the last time you updated ComfyUI.")
if args.windows_standalone_build:
print("Please run the update script: update/update_comfyui.bat")
else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment