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

Unable to download the weights of runwayml/stable-diffusion-v1-5 model. #22

Open
Jonathan-fzq opened this issue Sep 7, 2024 · 0 comments

Comments

@Jonathan-fzq
Copy link

Unable to download the weights of runwayml/stable-diffusion-v1-5 model. runwayml/stable-diffusion-v1-5 is no longer available on Hugging Face. Is there a pre-downloaded model weight and its related configuration file that you can share with me? I would be grateful.

Traceback (most recent call last):
File "test_code.py", line 14, in
pipe = StableDiffusionPipeline.from_pretrained(
File "/root/anaconda3/envs/fzq_diffusion/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/opt/data/private/fzq/DiT-main/diffusers-main/src/diffusers/pipelines/pipeline_utils.py", line 706, in from_pretrained
cached_folder = cls.download(
File "/root/anaconda3/envs/fzq_diffusion/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/opt/data/private/fzq/DiT-main/diffusers-main/src/diffusers/pipelines/pipeline_utils.py", line 1480, in download
raise EnvironmentError(
OSError: Cannot load model runwayml/stable-diffusion-v1-5: model is not cached locally and an error occurred while trying to fetch metadata from the Hub. Please check out the root cause in the stacktrace above.

The link "https://huggingface.co/runwayml/stable-diffusion-v1-5/tree/main" cannot be accessed.

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

1 participant