A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.
The LayerUtility: ColorPicker
node is a part of the ComfyUI extension housed in the ComfyUI_LayerStyle
repository. This node is designed to facilitate color manipulation by converting color values between different modes. It allows users to select a color and output it either in hexadecimal (HEX) or decimal (DEC) format.
The node accepts the following inputs:
Color:
#FFFFFF
Mode:
HEX
, DEC
The node produces the following output:
DEC
, the color is output as a decimal representation of RGB values. In HEX
mode, the output remains in the hexadecimal format.In ComfyUI workflows, the LayerUtility: ColorPicker
node can be used wherever color manipulation or conversion is required. It serves as a utility node that enhances the flexibility of working with color data by allowing seamless conversion from commonly used hex color codes to RGB decimal values and vice versa. This can be particularly useful in workflows involving color-sensitive processes, such as graphic designs, visualizations, or any operations needing precise color selections and manipulations.
ColorPicker
node provides this conversion efficiently, allowing designers to integrate hex color codes directly from web tools or design applications and convert them within the ComfyUI environment.The LayerUtility: ColorPicker
node thus offers a simple, yet powerful tool for handling color data in your ComfyUI projects, making color manipulation tasks more accessible and efficient.