FLUX2 Color Palette ๐จ
FLUX2_ColorPalette
Create a color palette from hex color codes. Input Format: - Accepts hex colors with or without # prefix - Examples: #FF0000, FF0000, #f00, f00 - 3-digit (#RGB) or 6-digit (#RRGGBB) formats supported The palette will: - Automatically validate each color - Format with # prefix and uppercase - Skip empty or invalid colors - Output as COLOR_ARRAY for prompt_assembler Connect output to prompt_assembler's color_palette input.
Pack: ComfyUI-FLUX2-JSON
custom_nodes.ComfyUI-FLUX2-JSON
Inputs (4)
Outputs (2)
| Name | Type |
|---|---|
| color_palette | FLUX2_COLOR_ARRAY |
| palette_preview | STRING |