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)

NameTypeRequired
color_1STRINGoptional
color_2STRINGoptional
color_3STRINGoptional
color_4STRINGoptional

Outputs (2)

NameType
color_paletteFLUX2_COLOR_ARRAY
palette_previewSTRING
FLUX2 Color Palette ๐ŸŽจ | TealPug Node Explorer