Multi-Style Layer
Stacking three art styles is a cookbook, not a rule
- multi_styled_prompt
Multi-Style Layer is Style Transform's sibling with a stack budget: instead of one style, you get three style slots, and it applies them sequentially to your base prompt. It exists for the same reason everyone layer-styles manually - a subject often wants more than one aesthetic ingredient - but it's also the node most likely to teach you that more styles is not more style. Know that going in and it's a useful shortcut; ignore it and you'll produce prompt soup.
Mechanically it's the same style template system as Style Transform - the ten built-in descriptions plus none - but applied in sequence: style 1 transforms your text, style 2 transforms the result, style 3 transforms that. That sequencing is real and worth understanding: it's not "all three styles at once," it's three nested Transform to {style}... sentences, and the order changes the flavor of the result. impressionist then noir is a different dish from noir then impressionist. Unlike Style Transform, there's no maintain_composition toggle here - the sequential path always uses the instruction-style sentence, which (as with its sibling) leans friendlier to LLM-encoded checkpoints than to pure tag models.
The inputs: text (base prompt), style_1 (required, default none - every slot has none as an option), and style_2 / style_3 (optional). Leave a slot as none and it's skipped entirely, so you can run a true single-style pass through this node without penalty. Output: single STRING, multi_styled_prompt.
Install is the pack-standard zero-dependency story: ComfyUI Manager → search "Variationator" → install → restart, or cd ComfyUI/custom_nodes && git clone https://github.com/MushroomFleet/ComfyUI-Variationator.git. No models, no requirements.txt to install (the repo's install-portable.bat references one that isn't shipped). Under Prompt Orchestration.
My honest take: two styles is the ceiling for most checkpoints. Two complementary styles - say art_deco + noir, or cyberpunk + minimalist - can produce genuinely layered results, which is what the README's "Stack up to 3 styles" marketing sells. Three styles of equal weight usually average toward none of them, and that's not a node bug; it's the same contradiction problem the KB's prompt-engineering guidance flags for "realistic photo, anime style, oil painting" - three strong claims that cancel. Use the third slot sparingly, or use it as the accent while slot 1 does the heavy lifting. And the README's own rule applies double here: layering Multi-Style on top of a dozen modifiers is how prompts turn to mush - pick the style layer or the modifier stack, not both at full strength.
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Subject description here | — |
| style_1 | COMBO | 11 options: none, pop_art_1960s, bauhaus, art_deco, cyberpunk, minimalist, +5 | |
| style_2opt | COMBO | 11 options: none, pop_art_1960s, bauhaus, art_deco, cyberpunk, minimalist, +5 | |
| style_3opt | COMBO | 11 options: none, pop_art_1960s, bauhaus, art_deco, cyberpunk, minimalist, +5 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| multi_styled_prompt | STRING | — |