Skip to content

Commit

Permalink
Add Hunyuan Video example.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Dec 17, 2024
1 parent 5c49f71 commit be1ba46
Show file tree
Hide file tree
Showing 4 changed files with 806 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Here are some more advanced examples:

[Lightricks LTX-Video](ltxv)

[Hunyuan Video](hunyuan_video)

[Audio Models](audio)


Expand Down
20 changes: 20 additions & 0 deletions hunyuan_video/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Hunyuan Video Model

[Hunyuan Video](https://huggingface.co/tencent/HunyuanVideo) is a text to video model.


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.

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.

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.

### Text to Video

This model can also generate still images by setting the video length to 1.

![Example](hunyuan_video_text_to_video.webp)

[Workflow in Json format](hunyuan_video_text_to_video.json)

You can download this webp animated image and load it or drag it on [ComfyUI](https://github.com/comfyanonymous/ComfyUI) to get the workflow.
Loading

0 comments on commit be1ba46

Please sign in to comment.