Hunyuan Video Text to Video

This ComfyUI workflow turns short text prompts into coherent, multi‑frame videos using Tencent’s Hunyuan Video model. It starts by loading the model stack in Step1 - Load models: DualCLIPLoader provides the text encoders, CLIPTextEncode converts your positive and negative prompts into embeddings, and UNETLoader brings in the Hunyuan Video UNet weights. ModelSamplingSD3 configures the sampler for Hunyuan’s SD3‑style noise schedule, while FluxGuidance applies classifier‑free guidance during denoising. Step2 - Video size uses EmptyHunyuanLatentVideo to define width, height, frame count/fps, and duration, and RandomNoise seeds the initial latent video. The Custom sampler section (SamplerCustomAdvanced with KSamplerSelect and BasicScheduler) then iteratively denoises the video latents into a structured animation.

After sampling, the pipeline decodes latents back to RGB frames using VAELoader with VAEDecodeTiled (recommended by default for most GPUs) or VAEDecode, then assembles and writes the result via CreateVideo and SaveVideo. The workflow is designed for practical iteration: adjust prompt wording in Step3 - Prompt, tweak steps and guidance for fidelity and motion, and manage memory with VAEDecodeTiled and fp8 weight_dtype in UNETLoader when needed. For details and tips specific to Hunyuan Video, see the linked documentation.

FAQ

Sık Sorulan Sorular

Tüm iş akışlarını gör
Character
Cinematic
Image to Video
Lip Sync
Multiple Angles
Portrait
Style Reference
Style Transfer
Text to Video
Video Generation
Video
Showing 30 of 580 templates