ComfyUI Node
Tag Normalizer (Arctenox's Essentials)
Deduplicates and normalises a comma-separated tag string. Removes duplicate tags regardless of case or underscore/space differences. Optionally escapes parentheses and converts underscores to spaces.
Tag Normalizer (Arctenox's Essentials)
- text
- debug_info
◄text►
◄preserve_ordertrue►
◄escape_parenthesestrue►
◄underscores_to_spacestrue►
CategoryArctenox Essentials/Prompting
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Comma-separated tag string to clean. | |
| preserve_order | BOOLEAN | true | Keep tags in original order. Disable to sort alphabetically. |
| escape_parentheses | BOOLEAN | true | Replace ( with \( and ) with \) for stable diffusion weight syntax. |
| underscores_to_spaces | BOOLEAN | true | Convert tag_underscores to spaces in the output. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |
| debug_info | STRING | — |