File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -168,11 +168,15 @@ used by Stable Diffusion 1.4 and 1.5.
168168After installation, your ` models.yaml ` should contain an entry that looks like
169169this 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
177181As shown in the example, you may include a VAE fine-tuning weights file as well.
178182This is strongly recommended.
You can’t perform that action at this time.
0 commit comments