-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to install #205
Comments
Check your console, likely your ComfyUI is outdated so the latest ACN doesn't work with it. Update ComfyUI and it'll work. |
I have the same error and the update did not fix it. It occurred after I installed a bunch of other custom nodes though so perhaps there is interreference? |
That error isn't the actual error - can you check your console for the real detailed one and post it here? The Import Failed just means there was an error while the nodes were starting up. Your issue is most likely that you need to update either ComfyUI or Advanced-ControlNet. |
When I attempt update all I get this error in the console: This is the startup log after I restart: To see the GUI go to: http://127.0.0.1:8188 [Inspire Pack] IPAdapterPlus is not installed. Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh". Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh". Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh". Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh". Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh". This is the error popup I get when I restart: ACN_ReferencePreprocessor Comfy UI manager: |
Sorry I think this is what you're after: C:\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --highvram --fp32-vae --cuda-malloc --fast ComfyUI-Manager: installing dependencies done.** ComfyUI startup time: 2024-12-06 09:37:38.737297 Prestartup times for custom nodes: Total VRAM 12288 MB, total RAM 32594 MB Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet module for custom nodes: cannot import name 'ControlNetSD35' from 'comfy.controlnet' (C:\ComfyUI_windows_portable\ComfyUI\comfy\controlnet.py) Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved module for custom nodes: No module named 'comfy.patcher_extension' |
Thanks! And in your case, your ComfyUI being outdated is the cause - both ADE and ACN can't find files for comfy that should exist. Update ComfyUI and your issues will go away. |
Thanks so much <3. I never expected such a quick response and to be so helpful. So it turns out the update comfy button in comfy UI manager doesn't work and I must run the custom update comfy script and it now my reference nodes are back where they should be. Appreciate very much, let me give the node a star |
The text was updated successfully, but these errors were encountered: