A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.
The LayerUtility: RGB Value node is part of the ComfyUI LayerStyle collection. This node is designed to convert a color value into its constituent Red, Green, and Blue (RGB) components. It acts as a utility node within a workflow to extract and manipulate color data, particularly useful when working with layers and styling elements in ComfyUI.
This node takes a color value as input and processes it to produce discrete RGB components. The conversion supports both hexadecimal color strings and RGB tuples, offering flexibility depending on the format of the color data in your workflow.
#RRGGBB
.(R, G, B)
, with integer values for red, green, and blue components.The node produces three outputs representing the individual RGB components of the color input:
These outputs allow for further processing and manipulation within ComfyUI workflows, making it easier to apply specific styling and layer effects based on color data.
In ComfyUI workflows, the LayerUtility: RGB Value node can be employed in several scenarios, including:
In summary, the LayerUtility: RGB Value node is a powerful tool within the ComfyUI ecosystem, providing essential functionality for extracting and utilizing RGB color data effectively in creative and dynamic UI workflows.