mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-20 18:51:26 -03:00
feat(backend): add Other model type (VAE/upscaler/text encoder) scanner, service and routes
This commit is contained in:
@@ -17,6 +17,18 @@
|
||||
"embeddings": [
|
||||
"C:/path/to/your/embeddings_folder",
|
||||
"C:/path/to/another/embeddings_folder"
|
||||
],
|
||||
"vae": [
|
||||
"C:/path/to/your/vae_folder"
|
||||
],
|
||||
"upscale_models": [
|
||||
"C:/path/to/your/upscale_models_folder"
|
||||
],
|
||||
"text_encoders": [
|
||||
"C:/path/to/your/text_encoders_folder"
|
||||
],
|
||||
"clip_vision": [
|
||||
"C:/path/to/your/clip_vision_folder"
|
||||
]
|
||||
},
|
||||
"auto_organize_exclusions": []
|
||||
|
||||
Reference in New Issue
Block a user