🎨 ArtistsGallery_Zho
280 artist previews
- name
- image
Nobody can hold 280 painters in their head, and that's exactly the problem this node solves. ArtistsImage_Zho is the flagship of Zho's ArtGallery pack: a dropdown of 280 artist names, each with a reference image the author actually generated, so you pick a style by looking at it instead of guessing what "Aaron Horkey" or "Albert Koetsier" will do to your image.
Why you'd reach for it
Artist names are the most powerful single token you can add to an SDXL prompt - the difference between "portrait of a woman" and "portrait of a woman, by Greg Rutkowski" is night and day. The problem is you can't know what any given name does until you've burned a generation on it. This node front-loads that knowledge: every preview was rendered with SDXL 1.0 by the author, so what you see is roughly what SDXL will give you. "Preview, then decide, then spend the GPU time" beats "generate, judge, repeat." The author's phrase for it is "Visualization Is All You Need," and for style selection it genuinely is.
How it works
The dropdown is populated from 280 artists curated out of 5,000+ names in Rikkar's SDXL 1.0 Artistic Studies - the empirically tested list of what art prompts actually do in SDXL. Pick one and the node loads the matching bundled PNG, which shows up right on the node as its preview. No network, no API, no models to download; the images ship inside the pack.
The two inputs that matter:
- image - the artist dropdown (280 choices). Select to preview.
- weight - 0 to 1.75, step 0.05, default 1.2. This is the multiplier applied to the name token.
Outputs:
- name - the artist name as a weighted token (e.g.
(A. J. Casson:1.2)), ready to wire into your positive prompt. - image - the preview as a real IMAGE tensor. Mostly there so you can see it, but you could feed it to an IP-Adapter if you want actual image-based style transfer instead of a text token.
Getting it right
Weight 1.2 is a sensible starting point for most artists; if the style isn't showing through, nudge up toward 1.5, and if the image starts looking like a painting of a painting, back off. Different artists respond differently - some are strong enough at 1.0 that adding more just makes artifacts.
Install and troubleshooting
Install via ComfyUI Manager (search "ComfyUI-ArtGallery") or:
cd ComfyUI/custom_nodes
git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery.git
Then restart. No pip installs, no key, nothing. If the previews don't appear, restart ComfyUI a second time - the author lists that as the known fix. One thing to keep in mind: this pack is from early 2024 and hasn't been meaningfully updated since. There's an old r/comfyui report of the pack (with other ZHO plugins) breaking image loading in one setup, fixed by removing it and reinstalling cleanly. Uncommon, but if your ComfyUI gets weird right after install, you know where to look first.
A note on model generations
The previews are SDXL-calibrated, so on SD 1.5 derivatives the same artist names will behave differently, and on Flux artist tokens are a whole other ballgame. If you're an SDXL user, this node is the one you'll actually live in.
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| image | COMBO | 280 options: Adrian Bush.png, Albert Gleizes .png, Albert Koetsier .png, Alberto Magnelli .png, Alena Aenami.png, Alex Brock .png, +274 | |
| weight | FLOAT | 1.200–1.75 | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| name | STRING | — |
| image | IMAGE | — |