Kosinkadink / ComfyUI-Advanced-ControlNet

ControlNet scheduling and masking nodes with sliding context support
GNU General Public License v3.0
561 stars 56 forks source link

[Errno 2] No such file or directory #73

Open Pauweltje opened 7 months ago

Pauweltje commented 7 months ago

Hi,

I have one error in my ComfyUI installation: [Errno 2] No such file or directory: 'C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\control/control.py\init.py'

There is no control folder, if I create this one manually, the problem will not be fixed. tried update but nothing. Can this be ignored? And how about the forward and double backward slashes in combination with single forward slashes?

Thanks!

Kosinkadink commented 7 months ago

This is likely due to you having comfyui-art-venture nodes installed. They try to import my nodes, but it's broken on the portable version of comfy (and also non-portable version too as it doesn't account for my changes). And due to the way the way those other nodes try to import mine, it causes portable's python to get very confused and misreports as an error with Advanced-ControlNet. I reported the issue to the art-venture dev over a month ago, and it is stil not fixed, so art-venture nodes can be treated as completely defunct. Remove comfyui-art-venture, and your error will go away.

Latentnaut commented 6 months ago

Correct. Hope Art-Venture can fix it soon.