From 349239e336f792d87e3afc6f9350d3245341292f Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 19 Jun 2024 23:43:56 -0400 Subject: [PATCH] associate sdxl config with sdxl VAEs --- invokeai/backend/model_manager/probe.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/invokeai/backend/model_manager/probe.py b/invokeai/backend/model_manager/probe.py index a19a772764..2f18f1a8a6 100644 --- a/invokeai/backend/model_manager/probe.py +++ b/invokeai/backend/model_manager/probe.py @@ -312,6 +312,8 @@ class ModelProbe(object): config_file = ( "stable-diffusion/v1-inference.yaml" if base_type is BaseModelType.StableDiffusion1 + else "stable-diffusion/sd_xl_base.yaml" + if base_type is BaseModelType.StableDiffusionXL else "stable-diffusion/v2-inference.yaml" ) else: