Fix config scanning

This commit is contained in:
space-nuko 2023-02-12 02:00:19 -08:00
parent 148315aed3
commit 7caa390db5

View File

@ -12,7 +12,7 @@ except:
model_kinds = {
"configs": [".yml"],
"configs": [".yml", ".yaml"],
"checkpoints": supported_ckpt_extensions,
"vae": supported_pt_extensions,
"clip": supported_pt_extensions,