ComfyUI > Nodes > radiance > ◎ Radiance OCIO Color Transform

ComfyUI Node: ◎ Radiance OCIO Color Transform

Class Name

RadianceOCIOColorTransform

Category
FXTD Studios/Radiance/Color
Author
fxtdstudios (Account age: 0days)
Extension
radiance
Latest Updated
2026-03-20
Github Stars
0.18K

How to Install radiance

Install this extension via the ComfyUI Manager by searching for radiance
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter radiance in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

◎ Radiance OCIO Color Transform Description

Transforms images between color spaces using OpenColorIO for consistent color fidelity.

◎ Radiance OCIO Color Transform:

The RadianceOCIOColorTransform node is designed to facilitate the transformation of images between different color spaces using OpenColorIO (OCIO), a powerful color management system widely used in the film and visual effects industry. This node allows you to apply precise color space transformations, ensuring that your images maintain consistent color representation across various devices and workflows. By leveraging OCIO's capabilities, this node provides a robust solution for managing color fidelity, which is crucial for achieving professional-grade visual results. The node is particularly beneficial for artists and designers who need to ensure that their work appears consistently across different platforms and media. It simplifies the complex process of color space conversion, making it accessible even to those without a deep technical background.

◎ Radiance OCIO Color Transform Input Parameters:

image

This parameter represents the input image that you wish to transform. It is the primary data that undergoes color space conversion. The image should be in a format compatible with the node's processing capabilities, typically a tensor or array format that can be manipulated by the underlying OCIO processes.

config_file

The config_file parameter specifies the OCIO configuration file to be used for the transformation. This file contains the definitions of various color spaces and the rules for converting between them. The default value is "ACES 1.3 Studio," which is a widely used configuration in the industry. The configuration file is crucial as it dictates the available color spaces and the accuracy of the transformation.

input_space

This parameter defines the color space of the input image. It tells the node what color space the image is currently in, allowing it to apply the correct transformation. The default value is "ACES

  • ACEScg," a common working color space in professional workflows. Choosing the correct input space is essential for accurate color conversion.

output_space

The output_space parameter specifies the target color space to which the image will be transformed. The default is "Output

  • sRGB," a standard color space for displaying images on most screens. Selecting the appropriate output space ensures that the image appears correctly on the intended display device.

direction

This parameter determines the direction of the color space transformation. It can be set to either "Forward" or "Inverse." "Forward" applies the transformation from the input space to the output space, while "Inverse" does the opposite. This flexibility allows for both encoding and decoding of color spaces, depending on your workflow needs.

◎ Radiance OCIO Color Transform Output Parameters:

image

The output parameter image is the transformed image, now in the specified output color space. This image is ready for further processing or display, with its colors accurately represented according to the chosen output space. The transformation ensures that the image maintains its intended appearance across different devices and platforms.

◎ Radiance OCIO Color Transform Usage Tips:

  • Ensure that the config_file path is correct and accessible to avoid errors related to missing configurations.
  • Use the "Forward" direction for typical color space conversions and "Inverse" if you need to revert a previous transformation.
  • Familiarize yourself with the color spaces defined in your OCIO configuration to select the most appropriate input_space and output_space for your project.

◎ Radiance OCIO Color Transform Common Errors and Solutions:

PyOpenColorIO not found.

  • Explanation: This error occurs when the PyOpenColorIO library is not installed or not found in your environment.
  • Solution: Install the PyOpenColorIO library using a package manager like pip. You can do this by running pip install PyOpenColorIO in your command line or terminal.

OCIO env config failed, using default

  • Explanation: This warning indicates that the node could not load the OCIO configuration from the environment and is using a default configuration instead.
  • Solution: Ensure that your OCIO environment variable is set correctly and points to a valid configuration file. You can set this variable in your system settings or within your application environment.

◎ Radiance OCIO Color Transform Related Nodes

Go back to the extension to check out more related nodes.
radiance
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

◎ Radiance OCIO Color Transform