mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-05-04 19:46:40 +08:00
Fix config scanning
This commit is contained in:
parent
148315aed3
commit
7caa390db5
@ -12,7 +12,7 @@ except:
|
|||||||
|
|
||||||
|
|
||||||
model_kinds = {
|
model_kinds = {
|
||||||
"configs": [".yml"],
|
"configs": [".yml", ".yaml"],
|
||||||
"checkpoints": supported_ckpt_extensions,
|
"checkpoints": supported_ckpt_extensions,
|
||||||
"vae": supported_pt_extensions,
|
"vae": supported_pt_extensions,
|
||||||
"clip": supported_pt_extensions,
|
"clip": supported_pt_extensions,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user