From 7caa390db5cb89898359d63e7405653738a4bb4c Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Sun, 12 Feb 2023 02:00:19 -0800 Subject: [PATCH] Fix config scanning --- shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared.py b/shared.py index 3eb47bc7f..65585c4b0 100644 --- a/shared.py +++ b/shared.py @@ -12,7 +12,7 @@ except: model_kinds = { - "configs": [".yml"], + "configs": [".yml", ".yaml"], "checkpoints": supported_ckpt_extensions, "vae": supported_pt_extensions, "clip": supported_pt_extensions,