ComfyUI Node
AM OCIO Colorspace
A ComfyUI node in AM VFX Tools/Color with 4 inputs and 2 outputs.
AM OCIO Colorspace
- image
- video
- image
- video
◄input_colorspaceACES/ACES2065-1►
◄working_colorspaceDisplay/sRGB - Display►
CategoryAM VFX Tools/Color
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| input_colorspace | COMBO | ACES/ACES2065-1 | Source colorspace — the space the input pixels are in. The OCIO transform converts from this to `working_colorspace`. |
| working_colorspace | COMBO | Display/sRGB - Display | Destination colorspace — the space the output pixels will be in. |
| imageopt | IMAGE | Image batch to transform. | |
| videoopt | VIDEO | Optional 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)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | Transformed image batch (same shape and channels as the input). |
| video | VIDEO | Lazy 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. |