404 Client Error: Not Found for url: https://huggingface.co/TripoSR.ckpt/resolve/main/config.json

Hello, I am new and I got the below error when using TripoSR model:

at first:get 401 Client Error: Unauthorized for url: https://huggingface.co/TripoSR.ckpt/resolve/main/config.json. Then I created a account and login.

Then get 404 Client Error: Not Found for url: https://huggingface.co/TripoSR.ckpt/resolve/main/config.json

I search this model in the website, and find it is stabilityai/TripoSR.ckpt. so I change to the url.But still get the same error: 404 Client Error: Not Found for url (sorry, I can’t post more than 2 url, because I am new. The url used here is replace TripoSR.ckpt to stabilityai/TripoSR.ckpt).

This issue has blocked my work for many days, How can I use this model? Can anyone help me? Thanks in advance.

1 Like

If you want to use a whole model on HF, you should specify it as stabilityai/TripoSR. If you want to handle the file directly with requests, etc., the URL will often be in the following style.
For downloading:

https://huggingface.co/stabilityai/TripoSR/resolve/main/config.yaml

For browser gui:

https://huggingface.co/stabilityai/TripoSR/blob/main/config.yaml

If you want to download the whole thing and mess around with it locally, using the library is convenient and reliable.