Nodes/ComfyUI Prepack/đź’€Prepack Int Combine
ComfyUI Node

đź’€Prepack Int Combine

Combine up to four integers into a string with selectable separator (comma, semicolon, space, newline, or forward slash).

By S4MUEL-404·Created 11 months ago·Updated 9 months ago· 2
đź’€Prepack Int Combine
    • combined
    â—„int10â–ş
    â—„int20â–ş
    â—„int30â–ş
    â—„int40â–ş
    â—„separatorCommaâ–ş
    Categoryđź’€Prepack

    Inputs (5)

    NameTypeDefaultDescription
    int1INT0-2147483647–2147483647First integer value to combine.
    int2INT0-2147483647–2147483647Second integer value to combine.
    int3optINT0-2147483647–2147483647Third integer value to combine (optional).
    int4optINT0-2147483647–2147483647Fourth integer value to combine (optional).
    separatoroptCOMBOCommaSeparator to use between the integers.

    Outputs (1)

    NameTypeDescription
    combinedSTRINGCombined string with up to four integers separated by the chosen separator.