Skip to content

Commit be1ba46

Browse files
Add Hunyuan Video example.
1 parent 5c49f71 commit be1ba46

File tree

4 files changed

+806
-0
lines changed

4 files changed

+806
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Here are some more advanced examples:
6060

6161
[Lightricks LTX-Video](ltxv)
6262

63+
[Hunyuan Video](hunyuan_video)
64+
6365
[Audio Models](audio)
6466

6567

hunyuan_video/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Hunyuan Video Model
2+
3+
[Hunyuan Video](https://huggingface.co/tencent/HunyuanVideo) is a text to video model.
4+
5+
6+
Download the [hunyuan_video_t2v_720p_bf16.safetensors](https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/tree/main/split_files/diffusion_models) file and put it in your ComfyUI/models/diffusion_models folder.
7+
8+
Download the clip_l.safetensors and llava_llama3_fp8_scaled.safetensors files from [here](https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/tree/main/split_files/text_encoders) and put them in your ComfyUI/models/text_encoders directory.
9+
10+
Download the [hunyuan_video_vae_bf16.safetensors](https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/tree/main/split_files/vae) file and put it in your ComfyUI/models/vae folder.
11+
12+
### Text to Video
13+
14+
This model can also generate still images by setting the video length to 1.
15+
16+
![Example](hunyuan_video_text_to_video.webp)
17+
18+
[Workflow in Json format](hunyuan_video_text_to_video.json)
19+
20+
You can download this webp animated image and load it or drag it on [ComfyUI](https://github.com/comfyanonymous/ComfyUI) to get the workflow.

0 commit comments

Comments
 (0)