ComfyUI Node
LTXV API Text to Video
A ComfyUI node in LTXV API with 8 inputs and 6 outputs.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | Text prompt describing the desired video content. | |
| model | COMBO | ltx-2-3-fast | LTX 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. |
| duration | INT | 41–30 | Output video length in seconds. Billed per second. |
| resolution | COMBO | 1920x1080 | Output frame size. Pick (custom) and type into resolution_custom for non-listed sizes. |
| resolution_custom | STRING | Literal 'WxH' override. Ignored unless resolution=(custom). | |
| fps | INT | 241–60 | Output frame rate (LTX API default 24). |
| generate_audio | BOOLEAN | true | When On, the API generates a synced audio track and includes it in the MP4 (rides through the VIDEO socket). Off = silent video. |
| camera_motion | COMBO | (unset) | Optional camera-motion hint. (unset) = let the model pick. Other values steer the camera deterministically. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| video | VIDEO | Native 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. |
| info | STRING | Human-readable summary: dimensions, fps, frame count, model. |
| width | INT | Frame width in pixels. |
| height | INT | Frame height in pixels. |
| frame_rate | FLOAT | MP4 frame rate as probed from the container. |
| frame_count | INT | Number of frames in the MP4 container. |