Skip to content

Commit 2d9797d

Browse files
authored
(fix)[docs] Fixed snippet/code formatting (#2918)
It was pasted as plain text, now it's a code fence.
2 parents 9536ba2 + 07ea806 commit 2d9797d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/features/INPAINTING.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,15 @@ used by Stable Diffusion 1.4 and 1.5.
168168
After installation, your `models.yaml` should contain an entry that looks like
169169
this one:
170170

171-
inpainting-1.5: weights: models/ldm/stable-diffusion-v1/sd-v1-5-inpainting.ckpt
172-
description: SD inpainting v1.5 config:
173-
configs/stable-diffusion/v1-inpainting-inference.yaml vae:
174-
models/ldm/stable-diffusion-v1/vae-ft-mse-840000-ema-pruned.ckpt width: 512
175-
height: 512
171+
```yml
172+
inpainting-1.5:
173+
weights: models/ldm/stable-diffusion-v1/sd-v1-5-inpainting.ckpt
174+
description: SD inpainting v1.5
175+
config: configs/stable-diffusion/v1-inpainting-inference.yaml
176+
vae: models/ldm/stable-diffusion-v1/vae-ft-mse-840000-ema-pruned.ckpt
177+
width: 512
178+
height: 512
179+
```
176180
177181
As shown in the example, you may include a VAE fine-tuning weights file as well.
178182
This is strongly recommended.

0 commit comments

Comments
 (0)