Runwayml Stable-diffusion-v1-5 Download -

pipe = StableDiffusionPipeline.from_pretrained( model_id, torch_dtype=torch.float16, use_auth_token="YOUR_HF_TOKEN" ) pipe.save_pretrained("./stable-diffusion-v1-5-local") git lfs install git clone https://huggingface.co/runwayml/stable-diffusion-v1-5 3.3 Authentication Requirement As of mid-2023, Hugging Face requires a user access token for downloading gated models. Obtain it from huggingface.co/settings/tokens and log in:

sha256sum stable-diffusion-v1-5/v1-5-pruned-emaonly.safetensors Expected hash (for fp16 pruned): fe5f5f5f5f... (check Hugging Face community board for current value). After download, run a test: runwayml stable-diffusion-v1-5 download