Commit
·
7021910
1
Parent(s):
30f2c1c
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,13 @@ inference: false
|
|
| 8 |
|
| 9 |
# Stable Diffusion v2 Model Card
|
| 10 |
This model card focuses on the model associated with the Stable Diffusion v2 model, available [here](https://github.com/Stability-AI/stablediffusion).
|
|
|
|
| 11 |
The model is trained from scratch 550k steps at resolution `256x256` on a subset of [LAION-5B](https://laion.ai/blog/laion-5b/) filtered for explicit pornographic material, using the [LAION-NSFW classifier](https://github.com/LAION-AI/CLIP-based-NSFW-Detector) with `punsafe=0.1` and an [aesthetic score](https://github.com/christophschuhmann/improved-aesthetic-predictor) >= `4.5`. Then it is further trained for 850k steps at resolution `512x512` on the same dataset on images with resolution `>= 512x512`.
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
## Model Details
|
| 15 |
- **Developed by:** Robin Rombach, Patrick Esser
|
|
|
|
| 8 |
|
| 9 |
# Stable Diffusion v2 Model Card
|
| 10 |
This model card focuses on the model associated with the Stable Diffusion v2 model, available [here](https://github.com/Stability-AI/stablediffusion).
|
| 11 |
+
|
| 12 |
The model is trained from scratch 550k steps at resolution `256x256` on a subset of [LAION-5B](https://laion.ai/blog/laion-5b/) filtered for explicit pornographic material, using the [LAION-NSFW classifier](https://github.com/LAION-AI/CLIP-based-NSFW-Detector) with `punsafe=0.1` and an [aesthetic score](https://github.com/christophschuhmann/improved-aesthetic-predictor) >= `4.5`. Then it is further trained for 850k steps at resolution `512x512` on the same dataset on images with resolution `>= 512x512`.
|
| 13 |
|
| 14 |
+

|
| 15 |
+
|
| 16 |
+
- Use it with the [`stablediffusion`](https://github.com/Stability-AI/stablediffusion) repository: download the `512-base-ema.ckpt` [here](https://huggingface.co/stabilityai/stable-diffusion-2-base/resolve/main/512-base-ema.ckpt).
|
| 17 |
+
- Use it with 🧨 diffusers (_coming soon_)
|
| 18 |
|
| 19 |
## Model Details
|
| 20 |
- **Developed by:** Robin Rombach, Patrick Esser
|