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

LTXV API Video to Video HDR

Asynchronous HDR (scene-linear EXR) video-to-video. Pricing: 1080p $0.20/s, 1440p $0.40/s, 4K $0.80/s. Output is float32 IMAGE batch -- values may exceed 1.0.

By am-pipeline-prod·Created 4 months ago·Updated 3 months ago· 1
LTXV API Video to Video HDR
  • video
  • image
  • info
  • width
  • height
  • frame_rate
  • frame_count
fps_for_encoding24.000
output_fps24.000
poll_timeout_seconds600
keep_temp_exrsfalse
video_url
CategoryLTXV API

Inputs (6)

NameTypeDefaultDescription
fps_for_encodingFLOAT24.0001–60FPS used when re-encoding a component-derived VIDEO (VideoFromComponents) to MP4 for the request body. Ignored when video_url is used or when the VIDEO is file-backed.
output_fpsFLOAT24.0001–60FPS reported on the `frame_rate` output socket. The EXR ZIP from the API doesn't carry a native time base, so this is what downstream consumers (CreateVideo, AM Write Image) will see for cadence.
poll_timeout_secondsINT60060–3600Maximum total wait for the async HDR job to reach a terminal state (completed / failed). LTX results are available for 24h once terminal.
keep_temp_exrsBOOLEANfalseWhen On, the extracted EXR files are left on disk so downstream tooling (DJV, Nuke) can reach them. Off (default) deletes them after loading the IMAGE batch.
videooptVIDEOSource SDR video. Native input type. When the VIDEO is backed by an on-disk MP4 (Load Video, another LTXV node) the original bytes are uploaded directly. Tier limits apply: ≤1080p max 181 frames, ≤1440p max 101, ≤4K max 41.
video_urloptSTRINGPublic HTTPS URL of the SDR input. When non-empty, wins over the `video` socket. Recommended for inputs that would balloon the base64 request body.

Outputs (6)

NameTypeDescription
imageIMAGEHDR EXR frames as IMAGE batch (N×H×W×3 float32, *not clipped to [0,1]* — scene-linear values can and do exceed 1.0). The HDR endpoint is image-native; there is no VIDEO output socket. To re-encode for SDR delivery, wire `image` + `frame_rate` into stock CreateVideo.
infoSTRINGHuman-readable summary including the LTX job id.
widthINTFrame width in pixels.
heightINTFrame height in pixels.
frame_rateFLOATTagged frame rate (== output_fps).
frame_countINTNumber of EXR frames returned.