pcuenq HF Staff commited on
Commit
807dc95
·
1 Parent(s): 55f0a9f

Add v-1-1 training summary

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -18,7 +18,11 @@ extra_gated_fields:
18
  ---
19
 
20
  # Stable Diffusion v1 Model Card
21
- This model card focuses on the model associated with the Stable Diffusion model v1-1, available [here](https://github.com/CompVis/stable-diffusion).
 
 
 
 
22
 
23
  ## Model Details
24
  - **Developed by:** Robin Rombach, Patrick Esser
 
18
  ---
19
 
20
  # Stable Diffusion v1 Model Card
21
+
22
+ Stable Diffusion is a latent text-to-image diffusion model capable of generating photo-realistic images given any text input.
23
+
24
+ The **Stable-Diffusion-v-1-1** was trained on 237,000 steps at resolution `256x256` on [laion2B-en](https://huggingface.co/datasets/laion/laion2B-en), followed by
25
+ 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).
26
 
27
  ## Model Details
28
  - **Developed by:** Robin Rombach, Patrick Esser