Nodes/comfyui-timesaver/TS LTX Load HDR EXR
ComfyUI Node

TS LTX Load HDR EXR

Read an EXR frame as linear float32, keeping values above 1.0. The ordinary image loader would flatten them to 1.0 without saying so.

By AlexYez·Created 2 years ago·Updated 3 days ago· 11
TS LTX Load HDR EXR
  • config
  • hdr_linear
  • info
exr_file
path_override
backendauto
CategoryTS/Video/HDR

Inputs (4)

NameTypeDefaultDescription
exr_fileCOMBOAn .exr from ComfyUI's input folder, subfolders included.
path_overrideSTRINGFull path to an .exr anywhere on disk. Wins over the list above — renders usually do not live in ComfyUI's input folder.
backendCOMBOautoauto prefers OpenImageIO (what the official LTX pipeline uses), then PyAV, which ships with ComfyUI and needs no setup. OpenCV only reads EXR when OPENCV_IO_ENABLE_OPENEXR=1 was set before ComfyUI started.
configoptTS_LTX_HDR_CONFIGSettings node. Its input_color_space becomes the label this frame carries downstream.

Outputs (2)

NameTypeDescription
hdr_linearTS_LTX_HDR_IMAGEThe frame, tagged with the colour space it is in.
infoSTRINGSize, backend, range and how much of the frame is above 1.0.