--- language: - en base_model: - tencent/HunyuanVideo-Avatar library_name: gguf license: other license_name: tencent-hunyuan-community license_link: LICENSE.md --- --- > [!IMPORTANT] > ⚠️ **Important:** > > This project is intended for experimental use only. > > Not yet supported in ComfyUI > https://github.com/comfyanonymous/ComfyUI/issues/8311 --- This repository contains a GGUF conversion of [https://huggingface.co/tencent/HunyuanVideo-Avatar/blob/main/ckpts/hunyuan-video-t2v-720p/transformers/mp_rank_00_model_states.pt](https://huggingface.co/tencent/HunyuanVideo-Avatar/blob/main/ckpts/hunyuan-video-t2v-720p/transformers/mp_rank_00_model_states.pt) from [tencent/HunyuanVideo-Avatar](https://huggingface.co/tencent/HunyuanVideo-Avatar). The conversion scripts are provided by city96, available at the [ComfyUI-GGUF GitHub repository](https://github.com/city96/ComfyUI-GGUF/tree/main/tools). The process involved first converting the pickletensors to a BF16 GGUF, then quantizing it, and finally applying the 5D fixes. ## Notes As this is a quantized model not a finetune, all the same restrictions/original license terms still apply. ## Reference - For an overview of quantization types, please see the [GGUF quantization types](https://huggingface.co/docs/hub/gguf#quantization-types).