Upload models_config.json
Browse files- models_config.json +15 -0
models_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"diffusion_models": [
|
| 3 |
+
"https://huggingface.co/Kijai/HunyuanVideo_comfy/resolve/main/hunyuan_video_720_cfgdistill_fp8_e4m3fn.safetensors"
|
| 4 |
+
],
|
| 5 |
+
"unet": [
|
| 6 |
+
"https://huggingface.co/city96/FastHunyuan-gguf/resolve/main/fast-hunyuan-video-t2v-720p-Q4_K_M.gguf"
|
| 7 |
+
],
|
| 8 |
+
"vae": [
|
| 9 |
+
"https://huggingface.co/Kijai/HunyuanVideo_comfy/resolve/main/hunyuan_video_vae_bf16.safetensors"
|
| 10 |
+
],
|
| 11 |
+
"text_encoders": [
|
| 12 |
+
"https://huggingface.co/calcuis/hunyuan-gguf/resolve/main/clip_l.safetensors",
|
| 13 |
+
"https://huggingface.co/calcuis/hunyuan-gguf/resolve/main/llava_llama3_fp8_scaled.safetensors"
|
| 14 |
+
]
|
| 15 |
+
}
|