consistencydecoder icon indicating copy to clipboard operation
consistencydecoder copied to clipboard

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

Open Jonathan-fzq opened this issue 5 months ago • 0 comments

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.

Jonathan-fzq avatar Sep 07 '24 10:09 Jonathan-fzq