ComfyUI Node
đź’€Prepack Int Combine
Combine up to four integers into a string with selectable separator (comma, semicolon, space, newline, or forward slash).
đź’€Prepack Int Combine
- combined
â—„int10â–ş
â—„int20â–ş
â—„int30â–ş
â—„int40â–ş
â—„separatorCommaâ–ş
Categoryđź’€Prepack
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| int1 | INT | 0-2147483647–2147483647 | First integer value to combine. |
| int2 | INT | 0-2147483647–2147483647 | Second integer value to combine. |
| int3opt | INT | 0-2147483647–2147483647 | Third integer value to combine (optional). |
| int4opt | INT | 0-2147483647–2147483647 | Fourth integer value to combine (optional). |
| separatoropt | COMBO | Comma | Separator to use between the integers. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| combined | STRING | Combined string with up to four integers separated by the chosen separator. |