ComfyUI Node
AM Grade RGB
A ComfyUI node in AM VFX Tools/Color with 26 inputs and 2 outputs.
AM Grade RGB
- image
- video
- image
- video
◄blackpoint_r0.000►
◄blackpoint_g0.000►
◄blackpoint_b0.000►
◄whitepoint_r1.000►
◄whitepoint_g1.000►
◄whitepoint_b1.000►
◄lift_r0.000►
◄lift_g0.000►
◄lift_b0.000►
◄gain_r1.000►
◄gain_g1.000►
◄gain_b1.000►
◄multiply_r1.000►
◄multiply_g1.000►
◄multiply_b1.000►
◄offset_r0.000►
◄offset_g0.000►
◄offset_b0.000►
◄gamma_r1.000►
◄gamma_g1.000►
◄gamma_b1.000►
◄reversefalse►
◄black_clamptrue►
◄white_clampfalse►
CategoryAM VFX Tools/Color
Inputs (26)
| Name | Type | Default | Description |
|---|---|---|---|
| blackpoint_r | FLOAT | 0.000 | — |
| blackpoint_g | FLOAT | 0.000 | — |
| blackpoint_b | FLOAT | 0.000 | — |
| whitepoint_r | FLOAT | 1.000 | — |
| whitepoint_g | FLOAT | 1.000 | — |
| whitepoint_b | FLOAT | 1.000 | — |
| lift_r | FLOAT | 0.000 | — |
| lift_g | FLOAT | 0.000 | — |
| lift_b | FLOAT | 0.000 | — |
| gain_r | FLOAT | 1.000 | — |
| gain_g | FLOAT | 1.000 | — |
| gain_b | FLOAT | 1.000 | — |
| multiply_r | FLOAT | 1.000 | — |
| multiply_g | FLOAT | 1.000 | — |
| multiply_b | FLOAT | 1.000 | — |
| offset_r | FLOAT | 0.000 | — |
| offset_g | FLOAT | 0.000 | — |
| offset_b | FLOAT | 0.000 | — |
| gamma_r | FLOAT | 1.000 | — |
| gamma_g | FLOAT | 1.000 | — |
| gamma_b | FLOAT | 1.000 | — |
| reverse | BOOLEAN | false | — |
| black_clamp | BOOLEAN | true | — |
| white_clamp | BOOLEAN | false | — |
| imageopt | IMAGE | Image batch to grade. | |
| videoopt | VIDEO | Optional VIDEO input. When wired, returns a lazy `GradedVideo` wrapper applying the grade per-frame on consumption — no IMAGE materialisation here. Alpha (when present) passes through untouched. `image` is ignored when `video` is wired. See invariant 28. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | Graded image batch (same shape and channels as the input). |
| video | VIDEO | Lazy VIDEO output — emits a `GradedVideo` wrapper when `video` is wired, else a zero-copy `VideoFromComponents` around the IMAGE batch. None when no input is wired. |