From ef6870c714feec53c8c6bbb603ac85a295bf2319 Mon Sep 17 00:00:00 2001 From: blessedcoolant <54517381+blessedcoolant@users.noreply.github.com> Date: Sun, 11 Dec 2022 06:03:03 +1300 Subject: [PATCH] Fix Inpainting Model entry in models.yaml.example --- configs/models.yaml.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/models.yaml.example b/configs/models.yaml.example index 31401cd02d..61e1fe24be 100644 --- a/configs/models.yaml.example +++ b/configs/models.yaml.example @@ -25,3 +25,5 @@ inpainting-1.5: config: configs/stable-diffusion/v1-inpainting-inference.yaml vae: models/ldm/stable-diffusion-v1/vae-ft-mse-840000-ema-pruned.ckpt description: RunwayML SD 1.5 model optimized for inpainting + width: 512 + height: 512