was-node-suite-comfyui icon indicating copy to clipboard operation
was-node-suite-comfyui copied to clipboard

Cant load nodes

Open ManuelMultiverse opened this issue 1 year ago • 1 comments

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()]

ManuelMultiverse avatar Jan 19 '24 11:01 ManuelMultiverse

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.

WASasquatch avatar Jan 24 '24 00:01 WASasquatch