File size: 1,237 Bytes
689fd25 0239acd 689fd25 ae568df 689fd25 5b9f3a0 689fd25 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
license: other
license_name: tencent-hunyuan-community
license_link: LICENSE
language:
- en
base_model:
- Comfy-Org/HunyuanVideo_repackaged
pipeline_tag: text-to-video
tags:
- hunyuan
- gguf-comfy
---
# GGUF quantized version of hunyuan-video
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/hunyuan.gif)
## Setup (once)
- drag hunyuan-video-t2v-720p-q4_0.gguf to > ./ComfyUI/models/unet
- drag clip_l.safetensors to > ./ComfyUI/models/text_encoders
- drag llava_llama3_fp8_scaled.safetensors to > ./ComfyUI/models/text_encoders
- drag hunyuan_video_vae_bf16.safetensors to > ./ComfyUI/models/vae
## Run it straight (no installation needed way)
- run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
- drag the workflow json file (below) to > your browser
### Workflows
- example workflow for gguf (see demo above)
- example workflow for safetensors (repackage by comfyui)
### References
- base model from [tencent](https://huggingface.co/tencent/HunyuanVideo)
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
- gguf node from [city96](https://github.com/city96/ComfyUI-GGUF)
- gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases) |