Skip to content
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

Installation failed #49

Closed
657233220 opened this issue Jan 16, 2024 · 17 comments
Closed

Installation failed #49

657233220 opened this issue Jan 16, 2024 · 17 comments

Comments

@657233220
Copy link

#46
screenshot-1705407588606

@will584520
Copy link

me too

@bealj89
Copy link

bealj89 commented Jan 18, 2024

I have the same thing going on

@bealj89
Copy link

bealj89 commented Jan 18, 2024

I have tried to reinstall and no luck

@bealj89
Copy link

bealj89 commented Jan 18, 2024

I am getting this error
Capture1
Capture

@ssitu
Copy link
Owner

ssitu commented Jan 18, 2024

What does the terminal say when you start comfy?

@bealj89
Copy link

bealj89 commented Jan 19, 2024

It is the error that I provided second. When loading the graph the follong node types were not found

@danikhani
Copy link

danikhani commented Jan 19, 2024

Make a screenshot from your terminal after you have tried to install the extension.

Terminal is this screen:
image)

@jifeng123guo
Copy link

I also encountered this problem and tried many methods and finally solved it. I recorded a video with the solution, I hope it can help you

https://youtu.be/9gIAZYBqbQA

@bealj89
Copy link

bealj89 commented Jan 23, 2024

C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
** ComfyUI startup time: 2024-01-22 20:28:55.522190
** Platform: Windows
** Python version: 3.11.6 (tags/v3.11.6:8b6ee5b, Oct 2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]
** Python executable: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\python_embeded\python.exe
** Log path: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\comfyui.log
[ComfyUI-Manager] Windows event loop policy mode enabled

Prestartup times for custom nodes:
0.1 seconds: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 12281 MB, total RAM 32706 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4070 : cudaMallocAsync
VAE dtype: torch.bfloat16
Using pytorch cross attention

Loading: ComfyUI-Manager (V2.2.1)

ComfyUI Revision: 1917 [d76a04b6] | Released on '2024-01-17'

FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
Traceback (most recent call last):
File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1872, 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 "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale_init
.py", line 24, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\nodes.py", line 5, in
from usdu_patch import usdu
File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\usdu_patch.py", line 2, in
from repositories import ultimate_upscale as usdu
File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\repositories_init_.py", line 14, in
spec.loader.exec_module(ultimate_upscale)
File "", line 936, in exec_module
File "", line 1073, in get_code
File "", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py'

Cannot import C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale module for custom nodes: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py'
Traceback (most recent call last):
File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1872, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 936, in exec_module
File "", line 1073, in get_code
File "", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main\init.py'

Cannot import C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main module for custom nodes: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main\init.py'
Traceback (most recent call last):
File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1872, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 936, in exec_module
File "", line 1073, in get_code
File "", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ultimate-upscale-for-automatic1111\init.py'

Cannot import C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ultimate-upscale-for-automatic1111 module for custom nodes: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ultimate-upscale-for-automatic1111\init.py'

Import times for custom nodes:
0.0 seconds (IMPORT FAILED): C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ultimate-upscale-for-automatic1111
0.0 seconds (IMPORT FAILED): C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main
0.0 seconds: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
0.0 seconds (IMPORT FAILED): C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
0.5 seconds: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Starting server

To see the GUI go to: http://127.0.0.1:8188
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
FETCH DATA from: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json

@ssitu
Copy link
Owner

ssitu commented Jan 23, 2024

Maybe there’s a bug with comfy manager, I remember it installed correctly before. You may have to try uninstalling it, then following the instructions in the readme.

@danikhani
Copy link

Could be also bet that your path is too long. Try to clone the repo outside and paste it in the node folder. Or bring the whole comfyUI to C, inorder to make the path shorter

@NiklausM9
Copy link

I had the same issue, solved after I uninstalled Reactor node

@jifeng123guo
Copy link

jifeng123guo commented Jan 29, 2024 via email

@GOATGAMER07
Copy link

no error, everything is good , only thing they messed up is location placing in code

solution below:

put ultimate-upscale.py in exact location which i provided location below

".....\custom_nodes\ComfyUI_UltimateSDUpscale\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py"

C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build ** ComfyUI startup time: 2024-01-22 20:28:55.522190 ** Platform: Windows ** Python version: 3.11.6 (tags/v3.11.6:8b6ee5b, Oct 2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)] ** Python executable: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\python_embeded\python.exe ** Log path: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\comfyui.log [ComfyUI-Manager] Windows event loop policy mode enabled

Prestartup times for custom nodes: 0.1 seconds: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 12281 MB, total RAM 32706 MB Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 4070 : cudaMallocAsync VAE dtype: torch.bfloat16 Using pytorch cross attention

Loading: ComfyUI-Manager (V2.2.1)

ComfyUI Revision: 1917 [d76a04b6] | Released on '2024-01-17'

FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json Traceback (most recent call last): File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1872, 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 "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale__init_.py", line 24, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\nodes.py", line 5, in from usdu_patch import usdu File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\usdu_patch.py", line 2, in from repositories import ultimate_upscale as usdu File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\repositories__init__.py", line 14, in spec.loader.exec_module(ultimate_upscale) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py'

Cannot import C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale module for custom nodes: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py' Traceback (most recent call last): File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1872, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main*init*.py'

Cannot import C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main module for custom nodes: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main*init*.py' Traceback (most recent call last): File "C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1872, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ultimate-upscale-for-automatic1111*init*.py'

Cannot import C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ultimate-upscale-for-automatic1111 module for custom nodes: [Errno 2] No such file or directory: 'C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ultimate-upscale-for-automatic1111*init*.py'

Import times for custom nodes: 0.0 seconds (IMPORT FAILED): C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ultimate-upscale-for-automatic1111 0.0 seconds (IMPORT FAILED): C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main 0.0 seconds: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 0.0 seconds (IMPORT FAILED): C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 0.5 seconds: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Starting server

To see the GUI go to: http://127.0.0.1:8188 [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json FETCH DATA from: C:\Users\Bealj\OneDrive\Documents\AI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu (2)\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json

no error, everything is good , only thing they messed up is location placing in code

solution below:

put ultimate-upscale.py in exact location which i provided location below

".....\custom_nodes\ComfyUI_UltimateSDUpscale\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py"

@GOATGAMER07
Copy link

#46 screenshot-1705407588606

no error, everything is good , only thing they messed up is location placing in code

solution below:

put ultimate-upscale.py in exact location which i provided location below

".....\custom_nodes\ComfyUI_UltimateSDUpscale\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py"

@GOATGAMER07
Copy link

me too

no error, everything is good , only thing they messed up is location placing in code

solution below:

put ultimate-upscale.py in exact location which i provided location below

".....\custom_nodes\ComfyUI_UltimateSDUpscale\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py"

@GOATGAMER07
Copy link

GOATGAMER07 commented Feb 1, 2024

close the issue
🙌

@ssitu ssitu closed this as completed Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants