๐ผ๏ธ Isulion Art Style Generator
An art-style roulette for when you're stuck
- style
- seed
The Isulion Art Style Generator is the pack's style-flavor faucet: 40 art styles in a dropdown, a randomize switch, and a seed. Pick "Watercolor", "Impressionist", "Cyberpunk", "Realistic", "Stop Motion", whatever - or hit random - and the node hands you the style as a string. It's the simplest possible way to answer "what should this look like?" when you have a subject and no style.
Style is the single biggest lever on how an image reads, and it's the one most beginners forget to change. Same subject, same lighting: "impressionist" and "photorealistic" produce completely different pictures. This node is built for the workflow where you've nailed the subject and want to sweep across styles in a batch - the classic "my character in 10 art styles" comparison, which the pack's README leans into heavily.
The mechanism
Same skeleton as every generator in the pack: a hardcoded list of 40 style names, a randomize toggle that either draws from the list or passes your dropdown choice through, and a seed that makes the draw reproducible. Inputs: style (40 choices, default "Realistic"), randomize (enable/disable), seed (INT, default 0). Outputs: style (the STRING) and seed (the INT used).
The output is a bare style phrase - "Watercolor" - not a sentence, not a full description. That's deliberate, and it's the thing to understand before wiring it up: the node names a style, but it doesn't expand it into "soft watercolor washes, wet-on-wet technique, paper texture, delicate edges". The model has to supply the texture from the single word. On SDXL-lineage models with strong style vocabularies (including anime models), a lone "Impressionist" reads fine. On weaker or highly-photoreal checkpoints, you may want to append a couple of texture words yourself - "impressionist, visible brushstrokes, loose strokes" - which you can do with a text-concat node.
How to use it
Two solid patterns. One: randomize on, seed round-trip - queue a batch, and when "Ukiyo-e" makes you gasp, feed that seed back to keep it. Two: randomize off, and sweep the dropdown manually across a fixed subject prompt for a style comparison grid. Both work because the node composes cleanly with the rest of the pack - subject from one generator, style from this one, environment from another, all concatenated.
One caveat: with randomize enabled, the draw is uniform across all 40 styles, so you'll roll "Minimalist" as often as "Realistic". If you're hunting a specific vibe, disable random and scroll - the list is short enough that it's one wheel-scroll away.
Install
ComfyUI Manager โ search "Isulion", or git clone https://github.com/Isulion/ComfyUI_Isulion into custom_nodes/ and restart. No dependencies, no downloads.
It's a one-list, one-button tool that does exactly what it says. Not deep, but as a style variation lever it's the most direct node of its kind in the pack - and for a beginner, it's a good way to learn how much a single style word changes a render.
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| randomize | COMBO | 2 options: enable, disable | |
| seed | INT | 00โ999999999 | โ |
| style | COMBO | 40 options: Realistic, Watercolor, Oil Painting, Sketch, Digital Art, Impressionism, +34 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| style | STRING | โ |
| seed | INT | โ |