Visit ComfyUI Online for ready-to-use ComfyUI environment
Concatenate three strings with flexibility for AI artists, supporting various combinations and delimiters for versatile text manipulation.
The ttN text3BOX_3WAYconcat
node is designed to concatenate three separate strings in various combinations, providing a flexible way to merge text inputs. This node is particularly useful for AI artists who need to dynamically combine text elements with a specified delimiter. By offering multiple concatenation outputs, it allows for greater versatility in text manipulation, making it easier to create complex text structures or prompts. The node ensures that undefined inputs are treated as empty strings, and it supports newline characters as delimiters, enhancing its utility in diverse text processing scenarios.
This parameter represents the first string to be concatenated. It supports multiline input and dynamic prompts, allowing for flexible and complex text entries. The default value is an empty string. If the input is undefined, it will be treated as an empty string.
This parameter represents the second string to be concatenated. Similar to text1
, it supports multiline input and dynamic prompts. The default value is an empty string, and undefined inputs are treated as empty strings.
This parameter represents the third string to be concatenated. It also supports multiline input and dynamic prompts. The default value is an empty string, and undefined inputs are treated as empty strings.
This parameter specifies the delimiter used to join the strings. The default value is a comma (,
), but it can be set to any string, including newline characters (\n
). This allows for customized separation between concatenated strings.
This output returns the first input string (text1
) as it was provided.
This output returns the second input string (text2
) as it was provided.
This output returns the third input string (text3
) as it was provided.
This output returns the concatenation of text1
and text2
using the specified delimiter.
This output returns the concatenation of text1
and text3
using the specified delimiter.
This output returns the concatenation of text2
and text3
using the specified delimiter.
This output returns the concatenation of text1
, text2
, and text3
using the specified delimiter.
\n
to insert newline characters between the strings.text1
, text2
, or text3
) are undefined, they will be treated as empty strings.\n
for newline characters if needed.© Copyright 2024 RunComfy. All Rights Reserved.