Visit ComfyUI Online for ready-to-use ComfyUI environment
Concatenate up to three strings with optional delimiter for AI artists to merge text inputs efficiently and creatively.
The ttN concat
node is designed to concatenate up to three strings into a single string, with an optional delimiter to separate the concatenated parts. This node is particularly useful for AI artists who need to combine multiple text inputs into a cohesive output, such as combining prompts or descriptions. By providing a simple yet flexible way to merge text, the ttN concat
node enhances the efficiency and creativity of your text-based workflows. The node ensures that undefined inputs are treated as empty strings, and it supports newline characters as delimiters, making it versatile for various text concatenation needs.
This parameter represents the first string to be concatenated. It supports multiline input and dynamic prompts, allowing you to input complex or lengthy text. If the value is 'undefined', it will be treated as an empty string. The default value is an empty string.
This parameter represents the second string to be concatenated. Similar to text1
, it supports multiline input and dynamic prompts. If the value is 'undefined', it will be treated as an empty string. The default value is an empty string.
This parameter represents the third string to be concatenated. It also supports multiline input and dynamic prompts. If the value is 'undefined', it will be treated as an empty string. The default value is an empty string.
This parameter specifies the string that will be used to separate the concatenated parts. It does not support multiline input. If the delimiter is set to '\n', it will be interpreted as a newline character. The default value is a comma (,
).
This output parameter is the final concatenated string, created by joining text1
, text2
, and text3
with the specified delimiter
. It provides a single, cohesive string that combines all the input texts according to the specified delimiter.
delimiter
parameter to customize how the strings are separated. For example, use a space (
) for a simple concatenation or a newline character (\\n
) for multi-line text.text1
, text2
, text3
) are not 'undefined' to avoid unexpected empty strings in the output.text1
, text2
, text3
) are 'undefined'.\\n
).\\n
to represent a new line.© Copyright 2024 RunComfy. All Rights Reserved.