Nodes not loading after ComfyUI Update
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.
At least you have it still appearing in comfyui. Mine gets (IMPORT FAILED): E:\Stability\Data\Packages\ComfyUI\custom_nodes\was-node-suite-comfyui,
Same here import failed, won't update.
Import fails after the last ComfyUI: 2222[809cc8](2024-06-02) update.
Currently, I disabled it ¯_(ツ)_/¯
Same here import failed, the metion is below:
When loading the graph, the follwoing node types were not found:
- Image Save
- String to Text
Nodes that have failed to load will show as red on the graph.
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"
Reinstall the node requirements.
same here WASnodes do not even git clone any more. it fails
Fix: I had to turn off --listen before installing