For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
See our Prompting guide for additional tips on writing good prompts.
6. Configure Sampling
Find the KSampler or LTXVSampler node:
Steps
Distilled model: 8 steps (represented by 9 manual sigma values in workflow)
Full model: 20-50 steps (higher quality)
Start with lower values and increase if quality is insufficient
CFG (Classifier-Free Guidance)
Range: 2.0-5.0
Lower values (2.0-3.0): More creative, less prompt adherence
Higher values (4.0-5.0): Stronger prompt adherence, less variation
Recommended: 3.0-4.0 for balanced results
Sampler Type
euler: Fast, good for testing
dpmpp_2m: Higher quality, slightly slower
Res-2-S: Best for full model
Experiment to find your preference
Seed
Fixed seed: Reproducible results for iteration
Random seed: Explore variations
7. Multi-Scale Generation
The workflow uses a two-stage approach for efficiency:
Stage 1: Base Generation
Generates at half the target resolution (e.g., 1080p generates as 960×540 first)
Fast iteration for testing prompts and parameters
Establishes overall composition and motion
Stage 2: Upscale Pass
Uses the LTXVUpscale node to double the resolution (2x)
Refines details and enhances quality
Frame rate must match Stage 1
This approach provides:
Faster experimentation at lower resolution
High-quality final output without generating everything at max resolution from the start
Memory-efficient workflow
For quick iterations: Connect the Save Video node to Stage 1 to preview low-resolution output. As long as Stage 1 and Stage 2 seeds are fixed, you can bypass the upscale stage until you’re happy with the preview, then upscale to final resolution.