- Core Architecture: Uses a DiT (Diffusion Transformer) architecture similar to Sora, effectively fusing text, image, and motion information to improve consistency, quality, and alignment between generated video frames. A unified full-attention mechanism enables multi-view camera transitions while ensuring subject consistency.
- 3D VAE: The custom 3D VAE compresses videos into a compact latent space, making image-to-video generation more efficient.
- Superior Image-Video-Text Alignment: Utilizing MLLM text encoders that excel in both image and video generation, better following text instructions, capturing details, and performing complex reasoning.
Common Models for All Workflows
The following models are used in both Text-to-Video and Image-to-Video workflows. Download and save them to the specified directories:Text Encoder: clip_l.safetensors
Save to ComfyUI/models/text_encoders
Text Encoder: llava_llama3_fp8_scaled.safetensors
Save to ComfyUI/models/text_encoders
VAE: hunyuan_video_vae_bf16.safetensors
Save to ComfyUI/models/vae
Hunyuan Text-to-Video Workflow
Hunyuan Text-to-Video was open-sourced in December 2024, supporting 5-second short video generation through natural language descriptions in both Chinese and English.1. Workflow
Download the workflow image below and drag it into ComfyUI to load the workflow:
Run on Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search โHunyuan Videoโ in Template Library
2. Manual models installation
Diffusion Model: hunyuan_video_t2v_720p_bf16.safetensors
Save to ComfyUI/models/diffusion_models
3. Steps to run the workflow

- Ensure the
DualCLIPLoadernode has loaded these models:- clip_name1: clip_l.safetensors
- clip_name2: llava_llama3_fp8_scaled.safetensors
- Ensure the
Load Diffusion Modelnode has loadedhunyuan_video_t2v_720p_bf16.safetensors - Ensure the
Load VAEnode has loadedhunyuan_video_vae_bf16.safetensors - Click the
Queuebutton or use the shortcutCtrl(cmd) + Enterto run the workflow
Hunyuan Image-to-Video Workflow
Hunyuan Image-to-Video model was open-sourced on March 6, 2025, based on the HunyuanVideo framework. It transforms static images into smooth, high-quality videos and also provides LoRA training code to customize special video effects like hair growth, object transformation, and more. Currently, the Hunyuan Image-to-Video model has two versions:- v1 โconcatโ: Better motion fluidity but less adherence to the image guidance
- v2 โreplaceโ: Updated the day after v1, with better image guidance but seemingly less dynamic compared to v1
v1 โconcatโ

v2 โreplaceโ

Shared Model for v1 and v2 Versions
CLIP Vision: llava_llama3_vision.safetensors
Save to ComfyUI/models/clip_vision
V1 โconcatโ Image-to-Video Workflow
1. Workflow and Asset
Download the workflow image below and drag it into ComfyUI to load the workflow:
Download Workflow
Download the workflow image and drag into ComfyUI
Starting Frame: robot-ballet.png
Save and use as input image for I2V generation
2. Related models manual installation
Diffusion Model: hunyuan_video_image_to_video_720p_bf16.safetensors
Save to ComfyUI/models/diffusion_models
3. Steps to run the workflow

- Ensure that
DualCLIPLoaderhas loaded these models:- clip_name1: clip_l.safetensors
- clip_name2: llava_llama3_fp8_scaled.safetensors
- Ensure that
Load CLIP Visionhas loadedllava_llama3_vision.safetensors - Ensure that
Load Image Modelhas loadedhunyuan_video_image_to_video_720p_bf16.safetensors - Ensure that
Load VAEhas loadedvae_name: hunyuan_video_vae_bf16.safetensors - Ensure that
Load Diffusion Modelhas loadedhunyuan_video_image_to_video_720p_bf16.safetensors - Click the
Queuebutton or use the shortcutCtrl(cmd) + Enterto run the workflow
v2 โreplaceโ Image-to-Video Workflow
The v2 workflow is essentially the same as the v1 workflow. You just need to download the replace model and use it in theLoad Diffusion Model node.
1. Workflow and Asset
Download the workflow image below and drag it into ComfyUI to load the workflow:
Download Workflow
Download the workflow image and drag into ComfyUI
Starting Frame: flux_dev_example.png
Save and use as input image for I2V generation
2. Related models manual installation
Diffusion Model: hunyuan_video_v2_replace_image_to_video_720p_bf16.safetensors
Save to ComfyUI/models/diffusion_models
3. Steps to run the workflow

- Ensure the
DualCLIPLoadernode has loaded these models:- clip_name1: clip_l.safetensors
- clip_name2: llava_llama3_fp8_scaled.safetensors
- Ensure the
Load CLIP Visionnode has loadedllava_llama3_vision.safetensors - Ensure the
Load Image Modelnode has loadedhunyuan_video_image_to_video_720p_bf16.safetensors - Ensure the
Load VAEnode has loadedhunyuan_video_vae_bf16.safetensors - Ensure the
Load Diffusion Modelnode has loadedhunyuan_video_v2_replace_image_to_video_720p_bf16.safetensors - Click the
Queuebutton or use the shortcutCtrl(cmd) + Enterto run the workflow
Try It Yourself
Here are some images and prompts we provide. Use them as-is or adjust to create your own video.


