Skip to content

[Announcement] Stable Diffusion v1-4/v1-5 have lifted gated access! => No need to be logged into hf.co anymore! #1447

@patrickvonplaten

Description

@patrickvonplaten

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:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleIssues that haven't received updates

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions