Commit
•
8640d38
1
Parent(s):
b2e8107
Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,8 @@ For more information about how Stable Diffusion functions, please have a look at
|
|
27 |
The **Stable-Diffusion-v1-1** was trained on 237,000 steps at resolution `256x256` on [laion2B-en](https://huggingface.co/datasets/laion/laion2B-en), followed by
|
28 |
194,000 steps at resolution `512x512` on [laion-high-resolution](https://huggingface.co/datasets/laion/laion-high-resolution) (170M examples from LAION-5B with resolution `>= 1024x1024`). For more information, please refer to [Training](#training).
|
29 |
|
|
|
|
|
30 |
## Model Details
|
31 |
- **Developed by:** Robin Rombach, Patrick Esser
|
32 |
- **Model type:** Diffusion-based text-to-image generation model
|
|
|
27 |
The **Stable-Diffusion-v1-1** was trained on 237,000 steps at resolution `256x256` on [laion2B-en](https://huggingface.co/datasets/laion/laion2B-en), followed by
|
28 |
194,000 steps at resolution `512x512` on [laion-high-resolution](https://huggingface.co/datasets/laion/laion-high-resolution) (170M examples from LAION-5B with resolution `>= 1024x1024`). For more information, please refer to [Training](#training).
|
29 |
|
30 |
+
This weights here are intended to be used with the D🧨iffusers library. If you are looking for the weights to be loaded into the CompVis Stable Diffusion codebase, [come here](https://huggingface.co/CompVis/stable-diffusion-v-1-1-original)
|
31 |
+
|
32 |
## Model Details
|
33 |
- **Developed by:** Robin Rombach, Patrick Esser
|
34 |
- **Model type:** Diffusion-based text-to-image generation model
|