Create model_config_hunyuan.json
Browse files- model_config_hunyuan.json +27 -0
model_config_hunyuan.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoints": [
|
| 3 |
+
],
|
| 4 |
+
"vae": [
|
| 5 |
+
],
|
| 6 |
+
"unet": [
|
| 7 |
+
],
|
| 8 |
+
"diffusion_models": [
|
| 9 |
+
],
|
| 10 |
+
"text_encoders": [
|
| 11 |
+
],
|
| 12 |
+
"loras": [
|
| 13 |
+
],
|
| 14 |
+
"upscale_models": [
|
| 15 |
+
],
|
| 16 |
+
"controlnet": [
|
| 17 |
+
],
|
| 18 |
+
"clip_vision": [
|
| 19 |
+
],
|
| 20 |
+
"ipadapter": [
|
| 21 |
+
],
|
| 22 |
+
"style_models": [
|
| 23 |
+
],
|
| 24 |
+
"audio_encoders": [
|
| 25 |
+
],
|
| 26 |
+
"clip": []
|
| 27 |
+
}
|