ComfyUI Node
Random Person: Style
Generate a randomised, structured physical person description for image prompts.
Random Person: Style
- full_style_description
- sex
- clothing
- accessories
- makeup
- footwear
- seed
◄seed0►
◄randomizetrue►
◄sexrandom►
◄accessories_modeoff►
◄accessories_allow_list►
◄accessories_fixed(none)►
◄makeup_modeoff►
◄makeup_allow_list►
◄makeup_fixed(none)►
◄clothing_modeoff►
◄clothing_allow_list►
◄clothing_fixed(none)►
◄footwear_modeoff►
◄footwear_allow_list►
◄footwear_fixed(none)►
◄extra_attributes►
CategoryRandom Person
Inputs (16)
| Name | Type | Default | Description |
|---|---|---|---|
| seed | INT | 00–18446744073709550000 | Seed for reproducibility. With randomize off, the same seed reproduces the same person. |
| randomize | BOOLEAN | true | On: pick a new random person every run, ignoring the seed widget. Off: use the seed. |
| sex | COMBO | random | random, male, or female. male/female filter the sex-specific dropdowns in the UI. |
| accessories_mode | COMBO | off | How this attribute is chosen: random (any), allow_list (subset you list), fixed (the dropdown value), off (omit it). |
| accessories_allow_list | STRING | Comma-separated values used when mode=allow_list. Unknown values are added as literal descriptors. | |
| accessories_fixed | COMBO | (none) | Exact value used when mode=fixed. (none) falls back to random. |
| makeup_mode | COMBO | off | How this attribute is chosen: random (any), allow_list (subset you list), fixed (the dropdown value), off (omit it). |
| makeup_allow_list | STRING | Comma-separated values used when mode=allow_list. Unknown values are added as literal descriptors. | |
| makeup_fixed | COMBO | (none) | Exact value used when mode=fixed. (none) falls back to random. |
| clothing_mode | COMBO | off | How this attribute is chosen: random (any), allow_list (subset you list), fixed (the dropdown value), off (omit it). |
| clothing_allow_list | STRING | Comma-separated values used when mode=allow_list. Unknown values are added as literal descriptors. | |
| clothing_fixed | COMBO | (none) | Exact value used when mode=fixed. (none) falls back to random. |
| footwear_mode | COMBO | off | How this attribute is chosen: random (any), allow_list (subset you list), fixed (the dropdown value), off (omit it). |
| footwear_allow_list | STRING | Comma-separated values used when mode=allow_list. Unknown values are added as literal descriptors. | |
| footwear_fixed | COMBO | (none) | Exact value used when mode=fixed. (none) falls back to random. |
| extra_attributes | STRING | Free text appended to the description as-is, comma-separated. Pose, setting, props, extra detail, etc. |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| full_style_description | STRING | — |
| sex | STRING | — |
| clothing | STRING | — |
| accessories | STRING | — |
| makeup | STRING | — |
| footwear | STRING | — |
| seed | INT | — |