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

LTXV API Text to Video

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

By am-pipeline-prod·Created 4 months ago·Updated 3 months ago· 1
LTXV API Text to Video
    • 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 (8)

    NameTypeDefaultDescription
    promptSTRINGText prompt describing the desired video content.
    modelCOMBOltx-2-3-fastLTX model variant. ltx-2-fast / ltx-2-3-fast = lower cost, lower quality. ltx-2-pro / ltx-2-3-pro = higher quality, higher cost. The 2-3 line is the newer LTX-2.3 family.
    durationINT41–30Output video length in seconds. Billed per second.
    resolutionCOMBO1920x1080Output frame size. Pick (custom) and type into resolution_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 and includes it in the MP4 (rides through the VIDEO socket). Off = silent video.
    camera_motionCOMBO(unset)Optional camera-motion hint. (unset) = let the model pick. Other values steer the camera deterministically.

    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: dimensions, fps, frame count, model.
    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.