You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to install UltimateSDUpscale node with no success. When trying to load I get the "import failed" error with the following detail:
File "C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2147, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale_init.py", line 32, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale\nodes.py", line 6, in
from usdu_patch import usdu
File "C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale\usdu_patch.py", line 2, in
from repositories import ultimate_upscale as usdu
File "C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale\repositories_init_.py", line 14, in
spec.loader.exec_module(ultimate_upscale)
File "", line 995, in exec_module
File "", line 1132, in get_code
File "", line 1190, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py'
I can't seem to uninstall it either. When I try I get the following error "Installation Error:
An error occurred while uninstalling 'comfyui_ultimatesdupscale'."
I'm new to this and would very much appreciate your help!!
The text was updated successfully, but these errors were encountered:
I've been trying to install UltimateSDUpscale node with no success. When trying to load I get the "import failed" error with the following detail:
File "C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2147, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale_init.py", line 32, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale\nodes.py", line 6, in
from usdu_patch import usdu
File "C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale\usdu_patch.py", line 2, in
from repositories import ultimate_upscale as usdu
File "C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale\repositories_init_.py", line 14, in
spec.loader.exec_module(ultimate_upscale)
File "", line 995, in exec_module
File "", line 1132, in get_code
File "", line 1190, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\npien\OneDrive\Desktop\COMFYUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ultimatesdupscale\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py'
I can't seem to uninstall it either. When I try I get the following error "Installation Error:
An error occurred while uninstalling 'comfyui_ultimatesdupscale'."
I'm new to this and would very much appreciate your help!!
The text was updated successfully, but these errors were encountered: