Visit ComfyUI Online for ready-to-use ComfyUI environment
Concatenate multiple text strings with a specified delimiter for AI artists to streamline text manipulation tasks.
The text-util-join-text
node is designed to concatenate multiple text strings into a single string, using a specified delimiter. This node is particularly useful for AI artists who need to combine various text elements, such as keywords, phrases, or tags, into a cohesive string for further processing or display. By providing a flexible and straightforward method to join text, this node helps streamline text manipulation tasks, ensuring that the resulting string is well-formed and ready for use in various applications.
splitchar
is a string parameter that specifies the delimiter used to join the input text strings. The default value is an underscore (_
). This parameter allows you to control how the individual text elements are separated in the final concatenated string. For example, using a comma (,
) as the delimiter will result in a comma-separated list.
a
is a string parameter representing the first text element to be joined. This parameter is optional, and if left empty, it will be ignored in the concatenation process.
b
is a string parameter representing the second text element to be joined. This parameter is optional, and if left empty, it will be ignored in the concatenation process.
c
is a string parameter representing the third text element to be joined. This parameter is optional, and if left empty, it will be ignored in the concatenation process.
d
is a string parameter representing the fourth text element to be joined. This parameter is optional, and if left empty, it will be ignored in the concatenation process.
e
is a string parameter representing the fifth text element to be joined. This parameter is optional, and if left empty, it will be ignored in the concatenation process.
f
is a string parameter representing the sixth text element to be joined. This parameter is optional, and if left empty, it will be ignored in the concatenation process.
g
is a string parameter representing the seventh text element to be joined. This parameter is optional, and if left empty, it will be ignored in the concatenation process.
text
is the output parameter that contains the concatenated string resulting from joining the input text elements using the specified delimiter. This output is a single string that combines all non-empty input text elements, separated by the splitchar
delimiter.
splitchar
parameter to customize the delimiter for your specific needs, such as using a comma for CSV files or a space for natural language text.a
to g
) are non-empty to avoid unnecessary delimiters in the final concatenated string.a
to g
) are empty, the output will be an empty string.© Copyright 2024 RunComfy. All Rights Reserved.