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