ComfyUI Node

Append String

Appends two strings together cleanly, removing unnecessary commas, spaces, or other artifacts.

By younyokel·Created about a year ago·Updated about a year ago· 6
Append String
    • STRING
    string1
    string2
    commatrue
    dedupetrue
    Categoryprompt_formatter

    Inputs (4)

    NameTypeDefaultDescription
    string1STRINGFirst string.
    string2STRINGString to append.
    commaBOOLEANtrueAdd comma between strings.
    dedupeBOOLEANtruePrevents appending tokens from string2 if they already exist in string1.

    Outputs (1)

    NameTypeDescription
    STRINGSTRING