-
Notifications
You must be signed in to change notification settings - Fork 186
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
Fails to load AnyPipetoBasic #758
Comments
goto " E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack" in cmd.
What is displayed? |
E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack>git status nothing to commit, working tree clean E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack>python --version |
Please disable all custom nodes except for the Impact Pakc and test it. |
Installing just ComfyUI-Impact-Pack produces no failure, then one of the other nodes is causing this issue, I will install again some of the other nodes and I will try to identify which one is causing this conflict, E:\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build Loading: ComfyUI-Impact-Pack (V7.7.2)Loading: ComfyUI-Impact-Pack (Subpack: V0.7)[WARN] ComfyUI-Impact-Pack: Import times for custom nodes: Starting server To see the GUI go to: http://127.0.0.1:8188 |
Loading: ComfyUI-Impact-Pack (V7.7.2)
Traceback (most recent call last):
File "E:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack_init.py", line 103, in
"AnyPipeToBasic": AnyPipeToBasic,
^^^^^^^^^^^^^^
NameError: name 'AnyPipeToBasic' is not defined
[Impact Pack] Wildcards loading done.Cannot import E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack module for custom nodes: name 'AnyPipeToBasic' is not defined
AnyPipeToBasic is defined in file pipe.py and AnyPipeToBasic uses module any_typ defined in utils.py. I do not know what is wrong in the python code that makes init.py to fail.
The text was updated successfully, but these errors were encountered: