lym00 commited on
Commit
a26ce07
·
verified ·
1 Parent(s): e9e9c22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,9 +13,9 @@ license_link: LICENSE.md
13
 
14
  This repository contains a direct GGUF conversion of the tencent/HunyuanVideo-Avatar model, originally sourced from [tencent/HunyuanVideo-Avatar](https://huggingface.co/tencent/HunyuanVideo-Avatar).
15
 
16
- All quantized versions were created from the base model using the conversion scripts provided by city96, available at the [ComfyUI-GGUF GitHub repository](https://github.com/city96/ComfyUI-GGUF/tree/main/tools).
17
 
18
- The process involved first converting the safetensors model to a FP16/BF16 GGUF, then quantizing it, and finally applying the 5D fix.
19
 
20
  ## Usage
21
  As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.
 
13
 
14
  This repository contains a direct GGUF conversion of the tencent/HunyuanVideo-Avatar model, originally sourced from [tencent/HunyuanVideo-Avatar](https://huggingface.co/tencent/HunyuanVideo-Avatar).
15
 
16
+ All quantized versions were created from the base model [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) using the conversion scripts provided by city96, available at the [ComfyUI-GGUF GitHub repository](https://github.com/city96/ComfyUI-GGUF/tree/main/tools).
17
 
18
+ The process involved first converting the safetensors model to a BF16 GGUF, then quantizing it, and finally applying the 5D fix.
19
 
20
  ## Usage
21
  As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.