From 4202dabee1143f597f4c3946420fbfa7b8eccddf Mon Sep 17 00:00:00 2001 From: mauwii Date: Mon, 31 Oct 2022 22:17:21 +0100 Subject: [PATCH] fix models example weights for sd-v1.4 --- configs/models.yaml.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/models.yaml.example b/configs/models.yaml.example index b42301e7c7..9c152c25c1 100644 --- a/configs/models.yaml.example +++ b/configs/models.yaml.example @@ -16,7 +16,7 @@ stable-diffusion-1.5: stable-diffusion-1.4: description: Stable Diffusion inference model version 1.4 config: configs/stable-diffusion/v1-inference.yaml - weights: models/ldm/stable-diffusion-v1/v1-5-pruned-emaonly.ckpt + weights: models/ldm/stable-diffusion-v1/sd-v1-4.ckpt vae: models/ldm/stable-diffusion-v1/vae-ft-mse-840000-ema-pruned.ckpt width: 512 height: 512 @@ -25,4 +25,3 @@ 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 - \ No newline at end of file