Nodes/Arctenoxs-Essentials_ComfyUI/Tag Normalizer (Arctenox's Essentials)
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.

By Arctenox·Created 8 months ago·Updated about a month ago· 1
Tag Normalizer (Arctenox's Essentials)
    • text
    • debug_info
    text
    preserve_ordertrue
    escape_parenthesestrue
    underscores_to_spacestrue
    CategoryArctenox Essentials/Prompting

    Inputs (4)

    NameTypeDefaultDescription
    textSTRINGComma-separated tag string to clean.
    preserve_orderBOOLEANtrueKeep tags in original order. Disable to sort alphabetically.
    escape_parenthesesBOOLEANtrueReplace ( with \( and ) with \) for stable diffusion weight syntax.
    underscores_to_spacesBOOLEANtrueConvert tag_underscores to spaces in the output.

    Outputs (2)

    NameTypeDescription
    textSTRING
    debug_infoSTRING