Nodes/comfyui-am-vfx-tools/AM OCIO Colorspace
ComfyUI Node

AM OCIO Colorspace

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

By am-pipeline-prod·Created 4 months ago·Updated 2 months ago· 3
AM OCIO Colorspace
  • image
  • video
  • image
  • video
input_colorspaceACES/ACES2065-1
working_colorspaceDisplay/sRGB - Display
CategoryAM VFX Tools/Color

Inputs (4)

NameTypeDefaultDescription
input_colorspaceCOMBOACES/ACES2065-1Source colorspace — the space the input pixels are in. The OCIO transform converts from this to `working_colorspace`.
working_colorspaceCOMBODisplay/sRGB - DisplayDestination colorspace — the space the output pixels will be in.
imageoptIMAGEImage batch to transform.
videooptVIDEOOptional VIDEO input. When wired, returns a lazy `OCIOTransformVideo` wrapper applying the OCIO transform 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
imageIMAGETransformed image batch (same shape and channels as the input).
videoVIDEOLazy VIDEO output — emits an `OCIOTransformVideo` wrapper when `video` is wired, else a zero-copy `VideoFromComponents` around the IMAGE batch. None when no input is wired.