Prompt Styler Artist
Style your prompt by named painter
- positive_prompt_text_g
- negative_prompt_text_g
Want your image to look like it was painted by a specific artist? SDXLPromptStylerbyArtist is wolfden's node for that. It carries a massive list of ~1,834 artist names - from A.J. Casson down through the alphabet - and wraps your subject in a template that invokes that artist's style. You type what you want, pick a painter, and it does the "in the style of ..." phrasing for you.
It's the fastest way to browse artist looks without maintaining your own list of names. Just go in with realistic expectations, because a name being in the dropdown doesn't mean the model actually learned that artist.
How it works
Each artist is a JSON entry with a {prompt} placeholder in its prompt field and a negative_prompt to match. Pick a name, and the node substitutes your text_positive into the template - turning a quiet harbor into an "in the style of [artist], [art style keywords]" line. No model runs, no API, no key; it's string substitution against a lookup table. The heavy lifting is done by the base model actually knowing that artist's work - the node just formats the request.
Like the rest of the pack, the negative is baked into each preset and merges with anything you type into text_negative.
The inputs that matter
- text_positive - your subject, plainly stated.
- style - the artist, ~1,834 of them. Type a surname to filter fast.
- text_negative - optional, merged with the preset's negative.
log_prompt (No/Yes) prints the finished prompt to the console. Outputs are positive_prompt_text_g and negative_prompt_text_g, both strings - positive into the CLIP Text Encode feeding your positive conditioning, negative into the negative one. On SDXL, feed the same string into both G and L of a CLIPTextEncodeSDXL.
Installing it
ComfyUI Manager: search SDXL Prompt Styler (wolfden), install, restart. Or manually:
cd ComfyUI/custom_nodes
git clone https://github.com/wolfden/ComfyUi_PromptStylers
Restart ComfyUI. The node appears under the Style Prompts submenu. No models, no dependencies.
Where people get tripped up
The big one is expectation. That 1,834-name list is a text file, not a guarantee - SDXL knows a handful of famous painters strongly, plenty weakly, and many not at all. Picking an obscure name from the dropdown often does close to nothing, and you won't get an error telling you so; you'll just get a generic image. When a style doesn't land, that's usually why, not a bug in the node. Try a better-known name in the same movement and compare.
Artist-name prompting is also just a contested practice - plenty of people avoid it on principle, and some newer models were trained to ignore it. Worth knowing before you lean on it.
Mechanically, the usual pack caveats apply: these templates were tuned for SDXL and its CLIP encoder, so they help most on SDXL, Illustrious, Pony and the like; on 2026 LLM-encoded models the styling is weaker and the inherited negative is inert at CFG 1. And if the node doesn't show after install, restart fully and check Style Prompts, not the root menu. Turn on log_prompt to see what it actually built - the artist presets are just JSON you can open and edit.
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text_positive | STRING | — | |
| text_negative | STRING | — | |
| style | COMBO | 1834 options: none byArtists, A.J.Casson, Aaron Douglas, Aaron Horkey, Aaron Jasinski, Aaron Siskind, +1828 | |
| log_prompt | COMBO | No | 2 options: No, Yes |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| positive_prompt_text_g | STRING | — |
| negative_prompt_text_g | STRING | — |