feat(backend): add Other model type (VAE/upscaler/text encoder) scanner, service and routes

This commit is contained in:
Will Miao
2026-09-12 11:25:51 +08:00
parent 3070838a42
commit 27da7b3ca3
22 changed files with 1771 additions and 19 deletions
+12
View File
@@ -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": []