- Ana Sayfa
- İş Akışları
- Wan2.1 VACE Text to Video

This workflow turns a short text prompt into a coherent video using Wan 2.1 VACE. It encodes your prompt with CLIPLoader + CLIPTextEncode, then drives the Wan VACE UNet (UNETLoader) through a diffusion loop (KSampler) configured for the model’s sampling behavior via ModelSamplingSD3. The WanVaceToVideo node handles time-aware latent generation, and TrimVideoLatent lets you shorten or crop the sequence to an exact frame count. After sampling, VAELoader + VAEDecode convert latents into RGB frames. Finally, CreateVideo compiles frames and SaveVideo writes MP4 output; SaveAnimatedWEBP is provided for lightweight previews.
Two model sizes are supported: VACE-14B (higher quality, slower; 480p and 720p) and VACE-1.3B (faster; 480p only). The graph is organized into clear groups: Load models here, Prompt, Sampling & Decoding, Save Video (Mp4), and Save Video (WebP), plus separate 14B and 1.3B sections for quick switching. A CausVid LoRA is included via LoraLoader to speed up generation; use it at moderate strength (0.3–0.7) and reduced steps (2–4, cfg ~1.0) for drafts. For best final quality, disable or lower the LoRA and use the default 14B settings (around 20 steps, cfg ~6.0).
FAQ
























