was-node-suite-comfyui
was-node-suite-comfyui copied to clipboard
Cant load nodes
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 "
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.