Skip to content

Commit 349239e

Browse files
author
Lincoln Stein
committed
associate sdxl config with sdxl VAEs
1 parent b03073d commit 349239e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

invokeai/backend/model_manager/probe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ def _get_checkpoint_config_path(
312312
config_file = (
313313
"stable-diffusion/v1-inference.yaml"
314314
if base_type is BaseModelType.StableDiffusion1
315+
else "stable-diffusion/sd_xl_base.yaml"
316+
if base_type is BaseModelType.StableDiffusionXL
315317
else "stable-diffusion/v2-inference.yaml"
316318
)
317319
else:

0 commit comments

Comments
 (0)