Nodes/comfyui_cv/CV HDR Merge to Radiance
ComfyUI Node

CV HDR Merge to Radiance

Recovers the camera response curve from the bracketed exposures and their shutter times, then fuses a single float RADIANCE map (linear light, values well past 1.0). This is a raw CV array, NOT a displayable image - view it with 'Preview CV Array' (normalize/heatmap) and turn it into a picture with 'HDR Tonemap'.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
CV HDR Merge to Radiance
  • image
  • radiance
exposure_times0.033, 0.25, 2.5, 15.0
methodDebevec
samples70
Categoryimage/CV/hdr

Inputs (4)

NameTypeDefaultDescription
imageIMAGEBatch of registered exposures of the same scene. Frame order MUST match exposure_times.
exposure_timesSTRING0.033, 0.25, 2.5, 15.0Comma-separated shutter time (seconds) of each frame, in the SAME order they were stacked. Only the ratios matter, so relative values (e.g. 2^EV) work too. Must be one value per exposure.
methodCOMBODebevecResponse-calibration + merge algorithm. Debevec is robust and the usual choice; Robertson can wring out a little more range but is noisier and less stable.
samplesoptINT7010–2000Debevec only: number of pixel locations sampled to fit the response curve. More = steadier fit, slower.

Outputs (1)

NameTypeDescription
radianceNPARRAYHxWx3 float32 linear-radiance map (BGR). Feed it to 'HDR Tonemap'; preview it with 'Preview CV Array'.