Skip to content

Commit 45cb500

Browse files
Update README.md
1 parent 8c78e73 commit 45cb500

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ In order to get started, we recommend taking a look at two notebooks:
3434
- The [Training a diffusers model](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb) notebook summarizes diffuser model training methods. This notebook takes a step-by-step approach to training your
3535
diffuser model on an image dataset, with explanatory graphics.
3636

37-
## **New** Stable Diffusion is now fully compatible with `diffusers`!
37+
## **New 🎨🎨🎨** Stable Diffusion is now fully compatible with `diffusers`!
38+
39+
Stable Diffusion is a text-to-image latent diffusion model created by the researchers and engineers from [CompVis](https://github.com/CompVis), [Stability AI](https://stability.ai/) and [LAION](https://laion.ai/). It's trained on 512x512 images from a subset of the [LAION-5B](https://laion.ai/blog/laion-5b/) database. This model uses a frozen CLIP ViT-L/14 text encoder to condition the model on text prompts. With its 860M UNet and 123M text encoder, the model is relatively lightweight and runs on a GPU with at least 10GB VRAM.
40+
See the [model card](https://huggingface.co/CompVis/stable-diffusion) for more information.
41+
42+
**The Stable Diffusion weights are currently only available to universities, academics, research institutions and independent researchers. Please request access applying to <a href="https://stability.ai/academia-access-form" target="_blank">this</a> form**
3843

3944
```py
4045
# make sure you're logged in with `huggingface-cli login`

0 commit comments

Comments
 (0)