WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

Nodes not loading after ComfyUI Update #406

Open dreamlogic-X opened 4 months ago

dreamlogic-X commented 4 months ago

Hi there appears to be a problem with loading WAS nodes, as of the update that happened 2024-05-25. I'm now on ComfyUI: 5b26da2 now.

The error is as follows:

Traceback (most recent call last):
  File "/notebooks/ComfyUI/nodes.py", line 1879, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/notebooks/ComfyUI/custom_nodes/was-node-suite-comfyui/__init__.py", line 1, in <module>
    from .WAS_Node_Suite import NODE_CLASS_MAPPINGS
  File "/notebooks/ComfyUI/custom_nodes/was-node-suite-comfyui/WAS_Node_Suite.py", line 2398, in <module>
    from transformers import BlipProcessor, BlipForConditionalGeneration, BlipForQuestionAnswering
ImportError: cannot import name 'BlipProcessor' from 'transformers' (/usr/local/lib/python3.9/dist-packages/transformers/__init__.py)

Cannot import /notebooks/ComfyUI/custom_nodes/was-node-suite-comfyui module for custom nodes: cannot import name 'BlipProcessor' from 'transformers' (/usr/local/lib/python3.9/dist-packages/transformers/__init__.py)
...
Import times for custom nodes:
...
   0.1 seconds (IMPORT FAILED): /notebooks/ComfyUI/custom_nodes/was-node-suite-comfyui
...

Help would be appreciated to get this running again! Thank you.

Pandasarethebest93 commented 4 months ago

At least you have it still appearing in comfyui. Mine gets (IMPORT FAILED): E:\Stability\Data\Packages\ComfyUI\custom_nodes\was-node-suite-comfyui,

treeshark12 commented 3 months ago

Same here import failed, won't update.

NeoAnthropocene commented 3 months ago

Import fails after the last ComfyUI: 2222[809cc8](2024-06-02) update. Currently, I disabled it ¯_(ツ)_/¯

AmazingGrace8150 commented 3 months ago

Same here import failed, the metion is below:

When loading the graph, the follwoing node types were not found:

Nodes that have failed to load will show as red on the graph.

Patrick-81 commented 3 months ago

Same here, none of custom nodes load. Happens after an update. System is Distro: Linux Mint 21 Vanessa base: Ubuntu 22.04 jammy fixed using "pip install spandrel"

WASasquatch commented 3 months ago

Reinstall the node requirements.

mattymatty commented 1 month ago

same here WASnodes do not even git clone any more. it fails

mattymatty commented 1 month ago

Fix: I had to turn off --listen before installing