WASasquatch / was-node-suite-comfyui

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

Cant load nodes #332

Open ManuelMultiverse opened 10 months ago

ManuelMultiverse commented 10 months ago

This is the issue im facing:

NotADirectoryError: [WinError 267] El nombre del directorio no es válido Traceback (most recent call last): File "C:\Users\manue\ComfyUI\ComfyUI\nodes.py", line 1872, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\manue\ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui__init__.py", line 1, in from .WAS_Node_Suite import NODE_CLASS_MAPPINGS File "C:\Users\manue\ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 13756, in if 'opencv-python' in packages() or 'opencv-python-headless' in packages(): ^^^^^^^^^^ File "C:\Users\manue\ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 335, in packages return [( r.decode().split('==')[0] if not versions else r.decode() ) for r in subprocess.check_output([sys.executable, '-s', '-m', 'pip', 'freeze']).split()]

WASasquatch commented 9 months ago

Something is wrong with your install. It's quoting

C:\Users\manue\ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui_init.py instead of C:\Users\manue\ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui\__init__.py so files seem messed up.

But the actual error indicates that the packages() command is tripping out. But it's weird it'd be saying it's not a directory. Ofc it's not. So maybe the error is related to the messed up path.