This ComfyUI workflow turns a single still image into a smooth, high-fidelity video using LTX-2.5, Lightricks’ open video generation model. The pipeline is intentionally simple and production-minded: LoadImage ingests your source frame, ResolutionSelector locks in a model-friendly size (multiples of 32) and aspect ratio, the LTX-2.5 generator node (UUID: 6e397a2b-68f7-48f6-8930-f3a5491a163c) synthesizes a coherent motion sequence, and SaveVideo encodes the frames to a ready-to-use MP4. A MarkdownNote in the graph provides in-UI guidance and links.
Under the hood, LTX-2.5 uses a keyframes-first "Pixel Diffusion" approach to propagate detail and structure consistently across time. This helps preserve subject identity, lighting, and scene composition from your source image while introducing controllable motion. ResolutionSelector ensures your chosen 16:9 dimensions conform to model stride (multiples of 32), which is critical for stability and VRAM efficiency. Because it runs locally, you can iterate quickly, tune duration (frames/fps), and adjust motion strength to meet the needs of previz, VFX look development, and content pipelines.
FAQ



















