Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The LTXV Image To Video node generates a professional-quality video from a single starting image. It uses an external API to create a video sequence based on your text prompt, allowing you to customize the duration, resolution, and frame rate.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-First frame to be used for the video.
modelCOMBOYes"LTX-2 (Fast)"
"LTX-2 (Quality)"
The AI model to use for video generation. The “Fast” model is optimized for speed, while the “Quality” model prioritizes visual fidelity.
promptSTRINGYes-A text description that guides the content and motion of the generated video.
durationCOMBOYes6
8
10
12
14
16
18
20
The length of the video in seconds (default: 8).
resolutionCOMBOYes"1920x1080"
"2560x1440"
"3840x2160"
The output resolution of the generated video.
fpsCOMBOYes25
50
The frames per second for the video (default: 25).
generate_audioBOOLEANNo-When true, the generated video will include AI-generated audio matching the scene (default: False).
Important Constraints:
  • The image input must contain exactly one image.
  • The prompt must be between 1 and 10,000 characters long.
  • If you select a duration longer than 10 seconds, you must use the “LTX-2 (Fast)” model, a “1920x1080” resolution, and 25 FPS. This combination is required for longer videos.

Outputs

Output NameData TypeDescription
videoVIDEOThe generated video file.