city96 commited on
Commit
faa0e39
1 Parent(s): a67f693

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: tencent/HunyuanVideo
3
+ library_name: gguf
4
+ quantized_by: city96
5
+ tags:
6
+ - text-to-video
7
+ license: other
8
+ license_name: tencent-hunyuan-community
9
+ license_link: LICENSE.md
10
+ ---
11
+ This is a direct GGUF conversion of [tencent/HunyuanVideo](https://huggingface.co/tencent/HunyuanVideo)
12
+
13
+ **It is intended to be used with the native, built-in ComfyUI HunyuanVideo nodes**
14
+
15
+ As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.
16
+
17
+ The model files can be used with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node.
18
+
19
+ Place model files in `ComfyUI/models/unet` - see the GitHub readme for further install instructions.
20
+
21
+ The VAE can be downloaded from [this repository by Kijai](https://huggingface.co/Kijai/HunyuanVideo_comfy/blob/main/hunyuan_video_vae_bf16.safetensors)
22
+
23
+ Please refer to [this chart](https://github.com/ggerganov/llama.cpp/blob/master/examples/perplexity/README.md#llama-3-8b-scoreboard) for a basic overview of quantization types.