ComfyUI Node
TS LTX HDR Stats
Report the actual range of an HDR master: how much is above 1.0, how many stops it spans, whether anything was clipped or turned into NaN.
TS LTX HDR Stats
- hdr_linear
- config
- report
- looks_ok
- max
◄raise_on_problemfalse►
CategoryTS/Video/HDR
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| hdr_linear | TS_LTX_HDR_IMAGE | The master from TS LTX HDR Decode, or a frame from the EXR loader. | |
| raise_on_problem | BOOLEAN | false | Stop the run when something looks wrong, instead of only printing it. Useful when a batch runs unattended. |
| configopt | TS_LTX_HDR_CONFIG | Settings node. strict_validation turns the complaints into errors. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| report | STRING | The whole thing, as text. |
| looks_ok | BOOLEAN | False when anything in the report deserved an exclamation mark. |
| max | FLOAT | Brightest sample in the master. |