Nodes/comfyui-timesaver/TS LTX HDR Decode
ComfyUI Node

TS LTX HDR Decode

The single final decode. With HDR on it runs in float32 and turns the ACEScct working signal back into scene-linear light; with HDR off it is an ordinary decode and the HDR output is blocked.

By AlexYez·Created 2 years ago·Updated 3 days ago· 11
TS LTX HDR Decode
  • samples
  • config
  • sdr_vae
  • hdr_vae
  • preview_sdr
  • hdr_linear
  • info
tiledtrue
tile_size512
overlap64
temporal_size128
temporal_overlap32
CategoryTS/Video/HDR

Inputs (9)

NameTypeDefaultDescription
samplesLATENTThe one latent chosen before decoding.
configTS_LTX_HDR_CONFIGSettings node.
tiledBOOLEANtrueDecode in tiles. Keeps long clips inside VRAM.
tile_sizeINT51264–4096Tile side in pixels.
overlapINT640–4096Overlap between tiles, to hide the seams.
temporal_sizeINT1288–4096How many frames are decoded at a time.
temporal_overlapINT324–4096How many frames overlap between those groups.
sdr_vaeoptVAEThe VAE the rest of the graph already uses. Needed only when HDR is off.
hdr_vaeoptVAEThe float32 VAE from TS LTX HDR VAE. Needed only when HDR is on, and not loaded at all when it is off.

Outputs (3)

NameTypeDescription
preview_sdrIMAGETone-mapped for looking at. Send this to the video saver.
hdr_linearTS_LTX_HDR_IMAGEScene-linear Rec.709 float32 master, highlights above 1.0 intact. Blocked entirely while HDR is off.
infoSTRINGWhat came out, and what looks wrong.