ComfyUI Node

AM Grade RGB

A ComfyUI node in AM VFX Tools/Color with 26 inputs and 2 outputs.

By am-pipeline-prod·Created 4 months ago·Updated 2 months ago· 3
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)

NameTypeDefaultDescription
blackpoint_rFLOAT0.000
blackpoint_gFLOAT0.000
blackpoint_bFLOAT0.000
whitepoint_rFLOAT1.000
whitepoint_gFLOAT1.000
whitepoint_bFLOAT1.000
lift_rFLOAT0.000
lift_gFLOAT0.000
lift_bFLOAT0.000
gain_rFLOAT1.000
gain_gFLOAT1.000
gain_bFLOAT1.000
multiply_rFLOAT1.000
multiply_gFLOAT1.000
multiply_bFLOAT1.000
offset_rFLOAT0.000
offset_gFLOAT0.000
offset_bFLOAT0.000
gamma_rFLOAT1.000
gamma_gFLOAT1.000
gamma_bFLOAT1.000
reverseBOOLEANfalse
black_clampBOOLEANtrue
white_clampBOOLEANfalse
imageoptIMAGEImage batch to grade.
videooptVIDEOOptional 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)

NameTypeDescription
imageIMAGEGraded image batch (same shape and channels as the input).
videoVIDEOLazy 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.