By gerogero
Updated: April 4, 2025
This tutorial will provide a comprehensive guide on using Tencent’s Hunyuan Video model in ComfyUI for text-to-video generation. We will walk you through the entire process step by step.
If you haven’t installed ComfyUI yet, please refer to these sections:
ComfyUI Installation Guide ComfyUI Update Guide
You’ll need to install and update ComfyUI to the latest version to access the ‘EmptyHunyuanLatentVideo’ node.
HunyuanVideo requires the following model files:
Download the following file from HunyuanVideo Main Model Download Page:
Filename | Size | Directory |
---|---|---|
hunyuan_video_t2v_720p_bf16.safetensors | ~25.6GB | ComfyUI/models/diffusion_models |
Download the following files from HunyuanVideo Text Encoder Download Page:
Filename | Size | Directory |
---|---|---|
clip_l.safetensors | ~246MB | ComfyUI/models/text_encoders |
llava_llama3_fp8_scaled.safetensors | ~9.09GB | ComfyUI/models/text_encoders |
Download the following file from HunyuanVideo VAE Download Page:
Filename | Size | Directory |
---|---|---|
hunyuan_video_vae_bf16.safetensors | ~493MB | ComfyUI/models/vae |
ComfyUI/├── models/│ ├── diffusion_models/│ │ └── hunyuan_video_t2v_720p_bf16.safetensors # Main model file│ ├── text_encoders/│ │ ├── clip_l.safetensors # CLIP text encoder│ │ └── llava_llama3_fp8_scaled.safetensors # LLaVA text encoder│ └── vae/│ └── hunyuan_video_vae_bf16.safetensors # VAE model file
Download HunyuanVideo Text-to-Video Workflow
Workflow file source: HunyuanVideo Workflow Download
HunyuanVideo supports the following resolution settings:
Resolution | 9:16 Ratio | 16:9 Ratio | 4:3 Ratio | 3:4 Ratio | 1:1 Ratio |
---|---|---|---|---|---|
540p | 544×960×129f | 960×544×129f | 624×832×129f | 832×624×129f | 720×720×129f |
720p (Recommended) | 720×1280×129f | 1280×720×129f | 1104×832×129f | 832×1104×129f | 960×960×129f |
hunyuan_video_t2v_720p_bf16.safetensors
default
(can choose fp8 type if memory is insufficient)clip_l.safetensors
llava_llama3_fp8_scaled.safetensors
hunyuan_video
hunyuan_video_vae_bf16.safetensors
euler
)euler_ancestral
, dpm++_2m
, etc.simple
)default
)If encountering memory issues:
[Subject Description], [Action Description], [Scene Description], [Style Description], [Quality Requirements]
Example:anime style anime girl with massive fennec ears and one big fluffy tail, she has blonde hair long hair blue eyes wearing a pink sweater and a long blue skirt walking in a beautiful outdoor scenery with snow mountains in the background
Complicated desired outputs = Complex prompts with mix of natural language and tags Complex prompt structure and order: Simple Prompt Example: Resu...
This guide was created to bring inspiration to this visual vocabulary. There is a short description for each pose so that you can connect the word ...
GPT-4o, released on March 25, 2025 went viral soon after release, bolstered by the Studio Ghibli animation style trend. Most people are curious if ...
This guide is intended to get you generating quality NSFW images as quickly as possible with Automatic1111 Stable Diffusion WebUI. We’ll be u...