Update README.md
Browse files
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
|
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.
|