ComfyUI Node

AM Grade

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

By am-pipeline-prod·Created 4 months ago·Updated 2 months ago· 3
AM Grade
  • image
  • video
  • image
  • video
blackpoint0.000
whitepoint1.000
lift0.000
gain1.000
multiply1.000
offset0.000
gamma1.000
reversefalse
black_clamptrue
white_clampfalse
CategoryAM VFX Tools/Color

Inputs (12)

NameTypeDefaultDescription
blackpointFLOAT0.000
whitepointFLOAT1.000
liftFLOAT0.000
gainFLOAT1.000
multiplyFLOAT1.000
offsetFLOAT0.000
gammaFLOAT1.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.