ComfyUI Node
FLUX2 Color Palette π¨
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.
FLUX2 Color Palette π¨
- color_palette
- palette_preview
βcolor_1βΊ
βcolor_2βΊ
βcolor_3βΊ
βcolor_4βΊ
CategoryFLUX2_Prompt_Builder/Utilities
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| color_1opt | STRING | β | |
| color_2opt | STRING | β | |
| color_3opt | STRING | β | |
| color_4opt | STRING | β |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| color_palette | FLUX2_COLOR_ARRAY | β |
| palette_preview | STRING | β |