Anima Pose Tag Selector+
Pose tags that splice cleanly with your own description
- text
The Anima Pose Tag Selector+ is the pose picker with the pack's standard Plus upgrade: same visual 2:3 pose library, same clean tag output, but it merges your own text in without producing double commas.
Where the base node pairs mode + opt_prompt, the + gives you:
pose_tags- the comma-separated pose tags from the panel.extra_text- your own text appended after the pose block.separator- the delimiter, defaulting to", ".
Same smart splice as every other + node in the pack: the pose block already ends in a comma-space, so a comma or empty separator joins directly (no ", , "), and a custom separator strips the trailing comma first so you get exactly one. Pose prompting often wants exactly this shape - the pose tag, then the rest of the action in your own words - which is why the Plus version is a natural fit here rather than a gimmick.
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, restart. It appears under AnimaArt as "Anima Pose Tag Selector+". No pip, no model downloads; the pose database ships in the pack and preview thumbnails load from a CDN.
As with the base pose node, don't expect tags to substitute for a real ControlNet on Anima - the model's pose conditioning is genuinely weak. But for steering a composition, the + version gets your pose block and your scene description into one clean string with zero manual comma surgery.
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| pose_tags | STRING | — | |
| extra_text | STRING | — | |
| separator | STRING | , | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |