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

Issue with Comfyui #100

Open
JoBo125 opened this issue Aug 13, 2024 · 4 comments
Open

Issue with Comfyui #100

JoBo125 opened this issue Aug 13, 2024 · 4 comments

Comments

@JoBo125
Copy link

JoBo125 commented Aug 13, 2024

I have an issue getting my UltimateSDUpscale to work from the Comfyui manager. Every time I try to download it says:

"UltimateSDUpscale install failed: Bad Request"

Causing it not to install and when I try to fix it on the manager nothing changes. I am still able to use the "HD Ultimate SD Upscale" node but none of the others and if I try to use someone else's workflow I am met with a red box. Hoping someone can help me out I am relatively new to Comfyui!

@HMBM47
Copy link

HMBM47 commented Aug 14, 2024

I just tried installing this using the manager as well, and it didn't work.
Manual installation did.
Just follow the Installation instructions on the first page of this hub.
You right click inside the ComfyUI/custom_nodes folder, open a terminal (command prompt), and paste in the provided command.
Tip: Make sure to delete the existing "ComfyUI_UltimateSDUpscale" from your ComfyUI/custom_nodes folder before installing.

@Nainoor
Copy link

Nainoor commented Aug 19, 2024

git config --system core.longpaths true

Try typing the above in your CMD as admin. Faced the same issue. @JoBo125

@david-peter-smith
Copy link

I am seeing the same issue as well on *nix.

Looking at the logs I was able to determine there is a missing module called spandrel

Traceback (most recent call last):
  File "/REDACTED/ComfyUI/nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/REDACTED/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in <module>
    from spandrel import ModelLoader, ImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

So In the virual environment I did a quick pip install spandrel

restarted the server and refreshed the nodes and it is working. My guess is the module was just missing in the node requirements, etc.

Hope this helps someone else or the dev updating the patch.

@dawkinsd93
Copy link

dawkinsd93 commented Sep 16, 2024

I'm currently getting the same issue when i'm installing via the ComfyUI Manager or when i'm trying to git clone the repo into custom nodes. I've done the above recommendations including installing 'spandrel' and setting the git config long paths to true, but still no joy. Here's the error:

remote: Enumerating objects: 323, done.
remote: Counting objects: 100% (65/65), done.
remote: Compressing objects: 100% (11/11), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 1605 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
fatal: clone of 'https://github.com/Coyote-A/ultimate-upscale-for-automatic1111' into submodule path 

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

5 participants