mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-23 21:00:16 +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…
Reference in New Issue
Block a user