ComfyUI Node
Stylebook Artist
Layer one artist onto the style chain. Chain several Artist nodes to stack influences. Every artist carries a written descriptor, so the look still lands on models that do not recognise the name.
Stylebook Artist
- style_chain
- prompt
- negative
- style_chain
◄modeRandom►
◄artistNone►
◄categoryAll artists►
◄tag_filter►
◄seed0►
◄cycle_index0►
◄artist_detailName + descriptor►
Categoryconditioning/stylebook
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| mode | COMBO | Random | Random: a seeded pick from the filtered pool. Pick: choose one artist yourself. Cycle: step through the pool by index, which is how you sweep a category one artist at a time. |
| artist | COMBO | None | The artist to layer in, in Pick mode. Use the Open artist reference button to search by name, by movement, or by what the work looks like. |
| category | COMBO | All artists | Narrows the pool that Random and Cycle draw from. Has no effect in Pick mode. |
| tag_filter | STRING | Narrows Random and Cycle further. Comma-separated, and every term must match, so 'ink, japanese' finds artists who are both. Matches the descriptor, name, aliases and category. | |
| seed | INT | 00–18446744073709550000 | Seed for Random mode. The same seed with the same filter gives the same artist, and keeps giving it as the pack grows: seeds are scored against each candidate rather than indexing a list, so adding artists later re-rolls roughly one seed in N instead of all of them. |
| cycle_index | INT | 00–9999 | Which artist to take in Cycle mode. 0 is the first match and the index wraps at the end of the pool. Unlike a seed, this is a position in an alphabetical list, so adding artists to the pack shifts what a given index returns. Use Cycle to sweep, and Random to reproduce. |
| artist_detail | COMBO | Name + descriptor | How every artist in the chain is written. Name + descriptor names the artist and describes their work, and is the safe default. Descriptor only drops the name and keeps the description, which is what you want when your model does not recognise the name. Names + lead descriptor keeps stacked artists from blurring together. Names only is the most compact. |
| style_chainopt | STYLEBOOK_CHAIN | Connect the style_chain output of the Style node, or of another Artist node to stack. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | — |
| negative | STRING | — |
| style_chain | STYLEBOOK_CHAIN | — |