xinsir6 / ControlNetPlus

ControlNet++: All-in-one ControlNet for image generations and editing!
Apache License 2.0
1.64k stars 33 forks source link

Error in ComfyUI Startup Log for ControlNetPlus #27

Open camoody1 opened 1 month ago

camoody1 commented 1 month ago

After installing ControlNetPlus into Comfy, I am now getting this error in the startup log:

Traceback (most recent call last):
  File "H:\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1931, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1073, in get_code
  File "<frozen importlib._bootstrap_external>", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'H:\\ComfyUI\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\ControlNetPlus\\__init__.py'

Cannot import H:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlNetPlus module for custom nodes: [Errno 2] No such file or directory: 'H:\\ComfyUI\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\ControlNetPlus\\__init__.py'

Any thoughts on how to fix this? I installed your module using the Comfy Manager Install from GitHub Link to install.

Thank you for any assistance.

1419139302 commented 1 day ago

I had the same mistake. Did you solve your problem