Commit
·
75cbf48
1
Parent(s):
0ea76bf
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
## Model Details
|
14 |
- **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 |
+
This `stable-diffusion-2-depth` model is resumed from [stable-diffusion-2-base](https://huggingface.co/stabilityai/stable-diffusion-2-base) (`512-base-ema.ckpt`) and finetuned for 200k steps. Added an extra input channel to process the (relative) depth prediction produced by [MiDaS](https://github.com/isl-org/MiDaS) (`dpt_hybrid`) which is used as an additional conditioning.
|
13 |
+
|
14 |
+
![image](https://huggingface.co/stabilityai/stable-diffusion-2-depth/resolve/main/depth2image.png)
|
15 |
+
|
16 |
+
- Use it with the [`stablediffusion`](https://github.com/Stability-AI/stablediffusion) repository: download the `512-depth-ema.ckpt` [here](https://huggingface.co/stabilityai/stable-diffusion-2-depth/resolve/main/512-depth-ema.ckpt).
|
17 |
+
- Use it with 🧨 diffusers (_coming soon_)
|
18 |
|
19 |
## Model Details
|
20 |
- **Developed by:** Robin Rombach, Patrick Esser
|