This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Can't download base model or convert to onnx #61
Unanswered
DaiMaouYTS
asked this question in
Q&A
Replies: 2 comments 2 replies
-
When you view the model on huggingface it will ask you to accept terms before you can access it. I don't know if that is your issue though. The script downloads it from the website and then converts it, is my understanding. If you haven't accepted the terms it may be messing that step up. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Like @JJGall said, you need to go to the model webpage here: https://huggingface.co/runwayml/stable-diffusion-v1-5 On that page there's the terms and conditions that you need to accept. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
everytime I run the command:
python convert_stable_diffusion_checkpoint_to_onnx.py --model_path="runwayml/stable-diffusion-v1-5" --output_path="model/stable_diffusion_onnx"
or the command for converting a model right away, the installation progress bar goes to 2% and stops and I get this error:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='cdn-lfs.huggingface.co', port=443): Read timed out.
I made sure everything was properly installed, hugging face also gave me "login successful" the only thing I couldn't do is the "accept the terms and conditions for the model" because that never appeared for me, but that shouldn't be causing a problem when converting a ckpt that is on my pc... one time the installation progress bar reached 40% and stopped, one time it reached 5%, everytime it stops at a random point
I'm new to all this so I don't really understand which one is supposed to be the error that is causing it, but there's different ones

urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='cdn-lfs.huggingface.co', port=443): Read timed out.
TimeoutError: The read operation timed out
Here's my python and git and pip versions
Beta Was this translation helpful? Give feedback.
All reactions