Add v-1-3 training summary.
Browse files
README.md
CHANGED
@@ -19,7 +19,14 @@ extra_gated_fields:
|
|
19 |
---
|
20 |
|
21 |
# Stable Diffusion v1 Model Card
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Model Details
|
25 |
- **Developed by:** Robin Rombach, Patrick Esser
|
|
|
19 |
---
|
20 |
|
21 |
# Stable Diffusion v1 Model Card
|
22 |
+
|
23 |
+
Stable Diffusion is a latent text-to-image diffusion model capable of generating photo-realistic images given any text input.
|
24 |
+
|
25 |
+
The **Stable-Diffusion-v-1-3** checkpoint was initialized with the weights of the [Stable-Diffusion-v1-2](https:/steps/huggingface.co/CompVis/stable-diffusion-v-1-2-original)
|
26 |
+
checkpoint and subsequently fine-tuned on 195,000 steps at resolution `512x512` on "laion-improved-aesthetics" and 10 % dropping of the text-conditioning to improve [classifier-free guidance sampling](https://arxiv.org/abs/2207.12598).
|
27 |
+
|
28 |
+
For more information, please refer to [Training](#training).
|
29 |
+
|
30 |
|
31 |
## Model Details
|
32 |
- **Developed by:** Robin Rombach, Patrick Esser
|