Cannot import [Errno 2] No such file or directory: 'I:\\ComfyUI\\custom_nodes\\BrushNet\\__init__.py'
Describe the bug
Traceback (most recent call last):
File "I:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "
Cannot import I:\ComfyUI\custom_nodes\BrushNet module for custom nodes: [Errno 2] No such file or directory: 'I:\ComfyUI\custom_nodes\BrushNet\init.py'
Reproduction
Traceback (most recent call last):
File "I:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "
Logs
No response
System Info
C:\Users\proitav\AppData\Local\Programs\Python\Python310\lib\runpy.py:196 in _run_module_as_main │
│ │
│ 193 │ main_globals = sys.modules["main"].dict │
│ 194 │ if alter_argv: │
│ 195 │ │ sys.argv[0] = mod_spec.origin │
│ ❱ 196 │ return run_code(code, main_globals, None, │
│ 197 │ │ │ │ │ "main", mod_spec) │
│ 198 │
│ 199 def run_module(mod_name, init_globals=None, │
│ │
│ C:\Users\proitav\AppData\Local\Programs\Python\Python310\lib\runpy.py:86 in run_code │
│ │
│ 83 │ │ │ │ │ loader = loader, │
│ 84 │ │ │ │ │ package = pkg_name, │
│ 85 │ │ │ │ │ spec = mod_spec) │
│ ❱ 86 │ exec(code, run_globals) │
│ 87 │ return run_globals │
│ 88 │
│ 89 def run_module_code(code, init_globals=None, │
│ │
│ in
Who can help?
what is wrong ? what should i do next?