ltx2

Generates short video clips from text prompts or images using the LTX-2.3 model on Modal.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/X-manist/Cohmira --skill ltx2-x-manist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ltx2
Source: https://github.com/X-manist/Cohmira/tree/main/src/builtin-plugins/openmontage/.agents/skills/ltx2
Command: npx skills add https://github.com/X-manist/Cohmira --skill ltx2-x-manist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Producing b-roll, animated backgrounds, and motion content for video projects normally requires stock footage licensing or manual animation work. This Skill generates roughly 5-second video clips from text prompts or still images using the LTX-2.3 22B model, so creators can produce custom motion content on demand. ## Core Features & Use Cases - Text-to-Video Generation: Create cinematic clips from descriptive prompts with control over resolution, frame count, quality, and seed. - Image-to-Video Animation: Animate still images such as headshots, slides, or product photos with subtle motion. - Production Integration: Outputs H.264 MP4 clips that combine with upscaling, Remotion compositions, TTS voiceovers, and ffmpeg pipelines. - Use Case: A video editor needs atmospheric b-roll between narrated scenes. They run the tool with a prompt like "Aerial drone shot over turquoise ocean at golden hour" and receive a 5-second cinematic MP4 clip ready for the timeline. ## Quick Start Ask the agent to generate a 5-second video clip from a text prompt such as a sunset over the ocean and save it as an MP4 file.

Frequently Asked Questions about ltx2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a video from a text prompt with LTX-2?

Run the ltx2.py script with a --prompt describing the scene and an --output path, for example a cinematic sunset description saved as an MP4. The script calls the deployed Modal endpoint and returns a roughly 5-second H.264 clip.

How to animate a still image into a video clip?

Pass the image via the --input flag along with a motion-focused prompt such as gentle camera drift or subtle head movement. The model performs image-to-video generation and outputs an animated MP4 at the chosen resolution.

What resolutions and durations does LTX-2 video generation support?

Common resolutions include 768x512, 512x512, 1024x576, and 576x1024, with dimensions divisible by 64. Frame counts must satisfy (n-1) % 8 == 0, ranging from 25 frames up to a practical maximum of 193 frames, about 8 seconds.

Can LTX-2 generate readable text or long videos?

No, the model cannot reliably render readable text in video, so use Remotion overlays for titles. Clips are limited to about 8 seconds each, and longer content requires stitching multiple generated clips together.

Why does my generated video contain unwanted logos or artifacts?

Roughly 30 percent of generations may include logos or text artifacts inherited from training data. Re-run the generation with a different --seed value to obtain a clean result.

What setup is required before generating videos with LTX-2?

Create a Modal secret with a HuggingFace token, deploy the Modal app which downloads about 55GB of weights, and save the endpoint URL as MODAL_LTX2_ENDPOINT_URL in the .env file. The HuggingFace token needs read access and the Gemma 3 license must be accepted.