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

404 Client Error #111

Open
EdoARNAV opened this issue Dec 9, 2024 · 7 comments
Open

404 Client Error #111

EdoARNAV opened this issue Dec 9, 2024 · 7 comments

Comments

@EdoARNAV
Copy link

EdoARNAV commented Dec 9, 2024

Hi,

I get the attached error message when running the ComfyUI Workflow for the first time. Why?

Echo_LoadModel
404 Client Error. (Request ID: Root=1-67567d58-0d83b8430aff23d11edd801f;ca4f9684-e2bb-4624-85a1-23a643dd34a3)

Entry Not Found for url: https://huggingface.co/facebook/sapiens-pose-1b-torchscript/resolve/main/sapiens_1b_goliath_best_goliath_AP_640_torchscript.pt2.

Screenshot 2024-12-09 073413

Thanks,
Edo

@smthemex
Copy link
Owner

smthemex commented Dec 9, 2024

It's your net's error ,you can download from here
or here

@EdoARNAV
Copy link
Author

EdoARNAV commented Dec 9, 2024

Wow, that was a fast response! :)
THANK YOU!
Where do I need to place it in my file system?
Edo

@smthemex
Copy link
Owner

image
check readme

@EdoARNAV
Copy link
Author

I updated according to the readme, but still same error message, with a slightly different Request ID:

Echo_LoadModel
404 Client Error. (Request ID: Root=1-67580b7d-3e7c1eb769c291e349804d9b;9467c79e-d057-4284-a1fe-60e7df17bad7)

Entry Not Found for url: https://huggingface.co/facebook/sapiens-pose-1b-torchscript/resolve/main/sapiens_1b_goliath_best_goliath_AP_640_torchscript.pt2.

And here is my file system (v2 folder contains the 4 files):

FolderStructure

@smthemex
Copy link
Owner

image
Your file path is very strange, it's not the regular comfyUI model directory. This file is forced to point to models/echo_cimic
You can try modifying the code in the following two places to point to your model address
54#
L323

@rouxianmantou
Copy link

why you use POSE_ESTIMATION_1B_T = "sapiens_1b_goliath_best_goliath_AP_640_torchscript.pt2" - https://huggingface.co/facebook/sapiens-pose-1b-torchscript/blob/4caa2b2290255dc8963b5ead35fe3c6e761742aa/sapiens_1b_goliath_best_goliath_AP_640_torchscript.pt2 in your code?

sapiens_1b_goliath_best_goliath_AP_639_torchscript.pt2 is currently in main branch..

@smthemex
Copy link
Owner

Yes, you pointed out the problem. It should be that I renamed the file name, and I will modify this code

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

3 participants