Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
patrickvonplaten opened this issue Nov 28, 2022 · 3 comments
Labels
stale Issues that haven't received updates

Comments

@patrickvonplaten
Copy link
Contributor

patrickvonplaten commented Nov 28, 2022

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.

@patrickvonplaten patrickvonplaten pinned this issue Nov 28, 2022
@88stacks
Copy link

nice, was this broken partially today, all my code that was normally working all of a sudden died on not being able to download CompVis/stable-diffusion-v1-4

@patrickvonplaten
Copy link
Contributor Author

today

The Hub might have been down

@patrickvonplaten patrickvonplaten changed the title [Announcement] Stable Diffusion v1-4 has lifted gated access! => No need to be logged into hf.co anymore! [Announcement] Stable Diffusion v1-4/v1-5 have lifted gated access! => No need to be logged into hf.co anymore! Dec 13, 2022
@github-actions
Copy link

github-actions bot commented Jan 7, 2023

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

@github-actions github-actions bot added the stale Issues that haven't received updates label Jan 7, 2023
@sayakpaul sayakpaul unpinned this issue Feb 6, 2023
@huggingface huggingface deleted a comment from Yesdazero Mar 10, 2023
@huggingface huggingface deleted a comment from Yesdazero Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issues that haven't received updates
Projects
None yet
Development

No branches or pull requests

2 participants