Browse Source

Make message about missing dependencies more clear.

pull/1834/head
comfyanonymous 8 months ago
parent
commit
0a4675266e
  1. 2
      nodes.py

2
nodes.py

@ -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("\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: 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:

Loading…
Cancel
Save