Runwayml Stable-diffusion-v1-5 Huggingface [upd] Download Page

April 2026 Model Card Reference: https://huggingface.co/runwayml/stable-diffusion-v1-5

stable-diffusion-v1-5/ ├── model_index.json ├── text_encoder/ ├── unet/ ├── vae/ ├── scheduler/ ├── tokenizer/ ├── safety_checker/ └── feature_extractor/ Single-file checkpoint (if using original .ckpt): v1-5-pruned-emaonly.ckpt | Error | Cause | Solution | |-------|-------|----------| | 401 Client Error | Missing/invalid token | Run huggingface-cli login | | Gated model error | License not accepted | Visit model page, click "Agree and access" | | LFS file not downloaded | git-lfs not installed | git lfs install then git lfs pull | | Out of disk space | ~10 GB required | Clear cache or use symlink mode | | Connection timeout | Network instability | Use resume_download=True in Python | 7. Verification of Downloaded Model After download, verify integrity: runwayml stable-diffusion-v1-5 huggingface download