Nodes/comfyui_cv/CV HDR Tonemap
ComfyUI Node

CV HDR Tonemap

Compresses a float radiance map (from 'HDR Merge to Radiance') into a displayable 0..1 image. 'linear' only gamma-corrects; Drago/Reinhard/Mantiuk are tone-mapping operators that keep detail in both shadows and highlights. The method-specific knobs are advanced inputs - each is used only by its own method.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
CV HDR Tonemap
  • radiance
  • image
methodReinhard
gamma2.2
saturation1.00
bias0.85
intensity0.0
light_adapt1.00
color_adapt0.00
scale0.70
Categoryimage/CV/hdr

Inputs (9)

NameTypeDefaultDescription
radianceNPARRAYHxWx3 float32 radiance map from 'HDR Merge to Radiance'.
methodCOMBOReinhardTonemapping operator. linear = plain gamma; Reinhard is a safe default; Drago suits very bright scenes; Mantiuk is contrast-domain.
gammaFLOAT2.20.1–5Gamma applied by every operator. 1.0 = linear; 2.2 matches a typical display; higher brightens midtones.
saturationoptFLOAT1.000–3Drago/Mantiuk only: color saturation of the result.
biasoptFLOAT0.850–1Drago only: bias of the tone curve (0.7-0.9 typical).
intensityoptFLOAT0.0-8–8Reinhard only: overall brightness (- darker, + brighter).
light_adaptoptFLOAT1.000–1Reinhard only: 1 = fully local adaptation, 0 = global.
color_adaptoptFLOAT0.000–1Reinhard only: 1 = per-channel (auto white-balance) adaptation, 0 = shared across channels.
scaleoptFLOAT0.700–2Mantiuk only: contrast scale factor (0.6-0.9 typical).

Outputs (1)

NameTypeDescription
imageIMAGETonemapped display image (0..1 IMAGE).