Anima Style Explorer
Anima's good looks are hiding in a tag you haven't found yet
- clip
- CONDITIONING
Anima is a great model that ships looking boring. The base checkpoint's default aesthetic is deliberately plain - you're supposed to add an artist tag, and the model's knowledge of anime artists is genuinely deep. The problem is finding them. Anima Style Explorer is the discovery tool for that: a ComfyUI node that puts a searchable, thumbnail-filled gallery of thousands of Anima artist styles and Animadex character tags right inside your workflow, and stuffs the winners straight into your prompt.
Under the hood it isn't some exotic encoder gadget. AnimaStyleExplorer literally subclasses ComfyUI's CLIPTextEncode, so it is a text encoder node - same two inputs, same one CONDITIONING output, drop it in anywhere you'd use a CLIP Text Encode. The magic is the embedded web UI. The pack ships a browser front-end (plus ~45 MB of bundled index data: an artists.json of Anima artist tags with post counts and uniqueness scores, and a much bigger animadex_index.json) and serves it through local ComfyUI routes, so you get live previews, click-to-apply styles, prompt autocomplete, and an Auto Cycle batch mode without ever leaving the canvas. Because Anima's encoder is Qwen3-0.6B rather than old CLIP, the tag vocabulary is Danbooru-style: artist styles keep the @artist format Anima was trained on, and character cards insert plain tags like hatsune miku, vocaloid.
The inputs matter less than the UI, but you still set them: clip from your Anima checkpoint loader, and text (multiline, defaults to 1girl, masterpiece, best quality) as your prompt. The CONDITIONING output feeds the sampler's positive input exactly like any CLIP Text Encode output. Everything the browser does - add a style, replace one of several active artist slots, insert a character - rewrites that text widget for you.
Two features are worth knowing before you install. First, character cards have a Trigger and Trigger + tags mode: the first inserts just the identity trigger, the second also adds useful descriptors (1girl, twintails, aqua eyes), which matters because Anima knows characters better with their full description. Second, Auto Cycle will queue prompt after prompt while rotating style and character tags - styles only, characters only, or both, with subject-tag control and weighted random. That's the fastest way to find the dozen artist styles you'll actually keep, and it's the whole reason people say "spend an hour with the Style Explorer first" when someone calls Anima ugly.
Installing it
ComfyUI Manager is the easy path - search "Anima Style Explorer" and install. Manually:
cd ComfyUI/custom_nodes
git clone https://github.com/fulletLab/comfyui-anima-style-nodes
Restart ComfyUI and the node appears under the Anima category as "Anima Style Explorer". There are no model downloads and no heavy deps - the only Python dependency is aiohttp (for the local API routes), and the dataset is bundled in the repo, so it works offline out of the box. The one thing to note: the bundled data is big, so don't be surprised if the first browser open is slower than later ones.
Common issues
- Animadex entries show no thumbnails. Remote preview images are off by default by design. Flip the Remote Images toggle in the top bar if you want them; tags and autocomplete still work without it.
- You want newer data than the bundle. Use Update Styles from the tools menu (needs internet) to refresh the local indexes, including the Animadex character/artist index. Note Animadex's own coverage ends around December 2024 while Anima's knowledge runs later, so a character missing from the index isn't proof the model can't do it.
- Nothing appears to happen after install. JS-heavy nodes like this need a clean browser state - hard-refresh ComfyUI (or clear its cache) so the extension JS actually loads.
- It works with other models, but don't. Since it's just a text encoder it technically runs on any checkpoint, yet the bundled tags are Anima/Animadex-specific. On Illustrious or SDXL you'd be fishing for tags that model may not know. Use it where it was built to live.
Credits: the dataset and concept come from ThetaCursed's original Anima Style Explorer; fulletLab built the ComfyUI bridge and later added Animadex indexing with the site owner's permission. It's an independent community tool, MIT-licensed, and honest about it.
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | — | |
| text | STRING | 1girl, masterpiece, best quality | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| CONDITIONING | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |