Generate Your First Video
In this tutorial you’ll install Thumper-Run, set up LTX-Video, and generate your first AI video clip — a short 5-second scene from a text prompt.
Step 1: Install Thumper-Run
If you haven’t already, download the desktop app for your platform. No account required.
Linux
# Download the AppImagewget https://thumper.run/download/linux/thumper-run.AppImagechmod +x thumper-run.AppImage./thumper-run.AppImage
macOS
Open the .dmg from the download page, drag to Applications, then right-click → Open on first launch.
Windows
Run the .exe installer from the download page. If Windows Defender flags it, click "More info" → "Run anyway".
Step 2: Install LTX-Video
LTX-Video is a text-to-video model that generates short video clips from natural language prompts. It runs inside ComfyUI with a dedicated workflow.
- Open the catalog and search for LTX-Video
- Click Install on the app card
- Wait for ComfyUI and the LTX-Video model pack to download (~10 GB total)
- The status changes to "Installed" when everything is ready
The download includes the LTX-Video model weights, a VAE decoder, and a text encoder. Total disk usage is approximately 10 GB.
Step 3: Generate Your First Clip
With LTX-Video installed, let’s generate a video!
- Click Launch on the LTX-Video card
- Wait for the health check ("Starting..." → "Running")
- The LTX-Video workflow loads automatically
- Enter a prompt describing your scene, for example: "A golden retriever running through a sunlit meadow, slow motion"
- Click Queue Prompt and wait for generation to finish
Resolution & Performance
Generation time scales with resolution and frame count. Here’s what to expect for a 5-second clip (120 frames at 24 fps):
| Resolution | Frames | Duration | Gen Time (4090) | VRAM |
|---|---|---|---|---|
| 512×320 | 120 | 5s | ~8s | ~6 GB |
| 768×512 | 120 | 5s | ~15s | ~10 GB |
| 1024×576 | 120 | 5s | ~30s | ~16 GB |
| 1024×576 | 240 | 10s | ~55s | ~22 GB |
Step 4: Customize Your Video
Now that you’ve generated your first clip, let’s explore the settings.
Resolution
The default is 768×512. You can increase to 1024×576 for wider shots, but generation time increases proportionally. Stay within the model’s supported range.
Frame Count
More frames means a longer clip. To calculate duration: divide frames by fps. At 24 fps, 120 frames = 5 seconds, 240 frames = 10 seconds, and 360 frames = 15 seconds. Doubling frames roughly doubles both generation time and VRAM usage.
Seed
Like image generation, a fixed seed produces reproducible results. Set seed to a specific number to recreate the same clip, or leave it random for variety.
CFG Scale
Controls how closely the output follows your prompt. Values between 6–10 work well. Higher values can produce more vivid but sometimes less coherent motion.
Prompt Engineering Tips
Describe Motion, Not Just Appearance
Video prompts work best when you describe what is happening, not just what the scene looks like. "A cat walking across a sunlit windowsill" produces better motion than "a cat on a windowsill".
Specify Camera Movement
Include camera directions to control the perspective: "slow dolly forward", "aerial tracking shot", "static wide angle". Without camera cues, the model picks randomly.
Keep Prompts Focused
Short videos (5s) can only show one action. Avoid prompts with multiple events like "a bird lands on a branch then flies away" — pick one moment and describe it well.
Quality Checklist
Before exporting, review your clip for common issues: flickering (try a lower CFG scale), frozen frames (increase frame count), color banding (use higher resolution), and temporal incoherence (simplify the prompt to a single action). If motion looks jittery, reducing the CFG scale from 10 to 6–7 often helps smooth things out.
Step 5: Export Your Video
Your generated video is saved automatically to the ComfyUI output directory.
- After generation completes, the video preview appears in the output node
- Right-click the preview and select "Save" to download to a custom location
- The output directory can also be found at ~/.local/share/tr-desktop/apps/comfyui/output/
- Videos are saved as .mp4 files with the seed number in the filename
Key Takeaways
- LTX-Video installs from the catalog — includes ComfyUI, model weights, and workflow
- Requires a GPU with 10+ GB VRAM (AMD APUs and 6 GB cards are not supported)
- First generation is slower due to model loading; subsequent runs reuse the cached model
- Videos are saved automatically to the ComfyUI output directory as .mp4 files
- Adjust resolution and frame count to balance quality against generation time and VRAM
Next Steps
- Try image generation — First Image tutorial
- Build a custom ComfyUI node — Custom Node tutorial
- Learn ComfyUI in depth — ComfyUI on Thumper guide
- Troubleshoot GPU issues — Troubleshooting