Anima Background Tag Selector+
Scenery tags plus a clean merge for your scene text
- text
The Anima Background Tag Selector+ is the background picker with the pack's Plus treatment: same visual library of scenery tags, same 2:3 preview grid, same pass-through tag cleaning - but it splices your own scene description in without leaving comma debris behind.
Base version hands you mode + opt_prompt and a trailing ", ". The + version instead gives you:
background_tags- the comma-separated scenery tags from the panel.extra_text- your own text, appended after the background block.separator- the delimiter between the two, defaulting to", ".
The smart splice does the work: since the tag block already ends in a comma-space, a comma or empty separator joins directly with no ", , "; a custom separator strips the trailing comma first and joins with exactly one delimiter. This matters more for backgrounds than it sounds - Anima's background prompts are usually background tag block + scene description in your own words, which is precisely the two-piece merge this node automates.
Install
Part of the zero-dependency Anima-Tools pack:
cd ComfyUI/custom_nodes
git clone https://github.com/nregret/Comfyui-Anima-Tools
Or ComfyUI Manager → "Anima Tools" → Install, then restart. Appears under AnimaArt as "Anima Background Tag Selector+". No pip, no model downloads; tag data bundled, thumbnails on CDN (needs internet for the grid).
If you're composing a scene in one node - background tags plus your own description - this is the version that won't fight you on formatting. If the background block is all you need, the base node is perfectly adequate.
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| background_tags | STRING | — | |
| extra_text | STRING | — | |
| separator | STRING | , | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |