Merge branch 'main' of https://huggingface.co/CompVis/stable-diffusion-v-1-1 into main
Browse files- README.md +10 -7
- v1-variants-scores.jpg +0 -0
README.md
CHANGED
|
@@ -1,17 +1,20 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Stable Diffusion v1 Model Card
|
| 6 |
-
This model card focuses on the model associated with the Stable Diffusion model,
|
| 7 |
|
| 8 |
## Model Details
|
| 9 |
-
- **Developed by:** Robin Rombach, Patrick Esser
|
| 10 |
- **Model type:** Diffusion-based text-to-image generation model
|
| 11 |
- **Language(s):** English
|
| 12 |
-
- **License:**
|
| 13 |
- **Model Description:** This is a model that can be used to generate and modify images based on text prompts. It is a [Latent Diffusion Model](https://arxiv.org/abs/2112.10752) that uses a fixed, pretrained text encoder ([CLIP ViT-L/14](https://arxiv.org/abs/2103.00020)) as suggested in the [Imagen paper](https://arxiv.org/abs/2205.11487).
|
| 14 |
-
- **Resources for more information:** [GitHub Repository](https://github.com/CompVis/
|
| 15 |
- **Cite as:**
|
| 16 |
|
| 17 |
@InProceedings{Rombach_2022_CVPR,
|
|
@@ -102,7 +105,7 @@ which were trained as follows,
|
|
| 102 |
194k steps at resolution `512x512` on [laion-high-resolution](https://huggingface.co/datasets/laion/laion-high-resolution) (170M examples from LAION-5B with resolution `>= 1024x1024`).
|
| 103 |
- `sd-v1-2.ckpt`: Resumed from `sd-v1-1.ckpt`.
|
| 104 |
515k steps at resolution `512x512` on "laion-improved-aesthetics" (a subset of laion2B-en,
|
| 105 |
-
filtered to images with an original size `>= 512x512`, estimated aesthetics score `> 5.0`, and an estimated watermark probability `< 0.5`. The watermark estimate is from the LAION-5B metadata, the aesthetics score is estimated using an improved aesthetics estimator
|
| 106 |
- `sd-v1-3.ckpt`: Resumed from `sd-v1-2.ckpt`. 195k 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).
|
| 107 |
|
| 108 |
|
|
@@ -117,7 +120,7 @@ Evaluations with different classifier-free guidance scales (1.5, 2.0, 3.0, 4.0,
|
|
| 117 |
5.0, 6.0, 7.0, 8.0) and 50 PLMS sampling
|
| 118 |
steps show the relative improvements of the checkpoints:
|
| 119 |
|
| 120 |
-
.*
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- stable-diffusion
|
| 5 |
+
- text-to-image
|
| 6 |
---
|
| 7 |
|
| 8 |
# Stable Diffusion v1 Model Card
|
| 9 |
+
This model card focuses on the model associated with the Stable Diffusion model, available [here](https://github.com/CompVis/stable-diffusion).
|
| 10 |
|
| 11 |
## Model Details
|
| 12 |
+
- **Developed by:** Robin Rombach, Patrick Esser
|
| 13 |
- **Model type:** Diffusion-based text-to-image generation model
|
| 14 |
- **Language(s):** English
|
| 15 |
+
- **License:** [Proprietary](LICENSE)
|
| 16 |
- **Model Description:** This is a model that can be used to generate and modify images based on text prompts. It is a [Latent Diffusion Model](https://arxiv.org/abs/2112.10752) that uses a fixed, pretrained text encoder ([CLIP ViT-L/14](https://arxiv.org/abs/2103.00020)) as suggested in the [Imagen paper](https://arxiv.org/abs/2205.11487).
|
| 17 |
+
- **Resources for more information:** [GitHub Repository](https://github.com/CompVis/stable-diffusion), [Paper](https://arxiv.org/abs/2112.10752).
|
| 18 |
- **Cite as:**
|
| 19 |
|
| 20 |
@InProceedings{Rombach_2022_CVPR,
|
|
|
|
| 105 |
194k steps at resolution `512x512` on [laion-high-resolution](https://huggingface.co/datasets/laion/laion-high-resolution) (170M examples from LAION-5B with resolution `>= 1024x1024`).
|
| 106 |
- `sd-v1-2.ckpt`: Resumed from `sd-v1-1.ckpt`.
|
| 107 |
515k steps at resolution `512x512` on "laion-improved-aesthetics" (a subset of laion2B-en,
|
| 108 |
+
filtered to images with an original size `>= 512x512`, estimated aesthetics score `> 5.0`, and an estimated watermark probability `< 0.5`. The watermark estimate is from the LAION-5B metadata, the aesthetics score is estimated using an [improved aesthetics estimator](https://github.com/christophschuhmann/improved-aesthetic-predictor)).
|
| 109 |
- `sd-v1-3.ckpt`: Resumed from `sd-v1-2.ckpt`. 195k 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).
|
| 110 |
|
| 111 |
|
|
|
|
| 120 |
5.0, 6.0, 7.0, 8.0) and 50 PLMS sampling
|
| 121 |
steps show the relative improvements of the checkpoints:
|
| 122 |
|
| 123 |
+

|
| 124 |
|
| 125 |
Evaluated using 50 PLMS steps and 10000 random prompts from the COCO2017 validation set, evaluated at 512x512 resolution. Not optimized for FID scores.
|
| 126 |
## Environmental Impact
|
|
|
|
| 148 |
}
|
| 149 |
```
|
| 150 |
|
| 151 |
+
*This model card was written by: Robin Rombach and Patrick Esser and is based on the [DALL-E Mini model card](https://huggingface.co/dalle-mini/dalle-mini).*
|
v1-variants-scores.jpg
ADDED
|