https://huggingface.co/CompVis/stable-diffusion-v1-4 https://huggingface.co/CompVis/stable-diffusion-v1-3 https://huggingface.co/CompVis/stable-diffusion-v1-2 https://huggingface.co/CompVis/stable-diffusion-v1-1 are all no longer gated! This means you don't have to be logged in to download the model. Just doing: ```python from diffusers import DiffusionPipeline pipeline = DiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4") ``` Will now always download the `"CompVis/stable-diffusion-v1-4"` no matter if you're logged in or not. **Update** https://huggingface.co/runwayml/stable-diffusion-v1-5 is no longer gated either.