Nodes/comfyui-ltxv-api/LTXV API Image to Video
ComfyUI Node

LTXV API Image to Video

A ComfyUI node in LTXV API with 10 inputs and 6 outputs.

By am-pipeline-prod·Created 4 months ago·Updated 3 months ago· 1
LTXV API Image to Video
  • image
  • last_frame
  • video
  • info
  • width
  • height
  • frame_rate
  • frame_count
prompt
modelltx-2-3-fast
duration4
resolution1920x1080
resolution_custom
fps24
generate_audiotrue
camera_motion(unset)
CategoryLTXV API

Inputs (10)

NameTypeDefaultDescription
imageIMAGEFirst frame of the generated video. Single frame; if a batch is wired, frame 0 is used.
promptSTRINGText describing how the image should animate.
modelCOMBOltx-2-3-fastLTX model variant. last_frame is only honored by ltx-2-3-fast / ltx-2-3-pro.
durationINT41–30Output video length in seconds. Billed per second.
resolutionCOMBO1920x1080Output frame size. Pick (custom) for non-listed sizes.
resolution_customSTRINGLiteral 'WxH' override. Ignored unless resolution=(custom).
fpsINT241–60Output frame rate (LTX API default 24).
generate_audioBOOLEANtrueWhen On, the API generates a synced audio track in the MP4 (rides through the VIDEO socket).
camera_motionCOMBO(unset)Optional camera-motion hint. (unset) = let the model pick.
last_frameoptIMAGEOptional final frame for interpolation. ltx-2-3-fast / ltx-2-3-pro only — ignored by the legacy ltx-2 models.

Outputs (6)

NameTypeDescription
videoVIDEONative ComfyUI VIDEO wrapping the downloaded MP4 (lazy decode). Wire to SaveVideo / GetVideoComponents / partner API nodes. Carries the API-generated audio track when generate_audio=True.
infoSTRINGHuman-readable summary.
widthINTFrame width in pixels.
heightINTFrame height in pixels.
frame_rateFLOATMP4 frame rate as probed from the container.
frame_countINTNumber of frames in the MP4 container.