ComfyUI Node
OC Palette Block
Generate a reusable outfit palette so multiple clothing parts stay within one coordinated color system.
OC Palette Block
- palette
- palette_preview
- debug_text
◄modefixed►
◄palette_stylebalanced►
◄primary_1black►
◄primary_2__none__►
◄primary_3__none__►
◄secondarywhite►
◄accentred►
◄neutralgray►
◄seed0►
CategoryOC Generator/Character
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| mode | COMBO | fixed | fixed uses the manually selected colors. randomize selects a palette preset from the chosen palette style. |
| palette_style | COMBO | balanced | Palette family used by randomize mode and as a semantic description of the palette. |
| primary_1 | COMBO | black | First primary color. The palette may use up to three primary colors. |
| primary_2 | COMBO | __none__ | Optional second primary color. |
| primary_3 | COMBO | __none__ | Optional third primary color. |
| secondary | COMBO | white | Secondary color for contrast or layering. |
| accent | COMBO | red | Accent color for smaller emphasis areas. |
| neutral | COMBO | gray | Neutral support color for subtle parts like socks or shoes. |
| seed | INT | 00–4294967295 | Seed used when randomize mode selects a preset inside the chosen palette style. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| palette | OC_PALETTE | Structured palette data for Character Outfit Block. |
| palette_preview | STRING | Short readable palette summary. |
| debug_text | STRING | Debug details about the palette selection process. |