Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge two text strings with optional separator for AI artists to streamline text processing workflow.
The CR Text Concatenate node is designed to seamlessly merge two text strings into one, with an optional separator in between. This node is particularly useful for AI artists who need to combine different pieces of text, such as prompts, descriptions, or any other textual data, into a single cohesive string. By providing a straightforward method to concatenate text, this node helps streamline the text processing workflow, making it easier to manage and manipulate text data within your projects.
This parameter represents the first text string to be concatenated. It is an optional input, but if provided, it will be the initial part of the resulting concatenated string. The default value is an empty string (""
), and it does not support multiline input.
This parameter represents the second text string to be concatenated. Similar to text1
, it is optional but will form the latter part of the concatenated string if provided. The default value is an empty string (""
), and it does not support multiline input.
This optional parameter allows you to specify a string that will be inserted between text1
and text2
during concatenation. The default value is an empty string (""
), meaning no separator will be used unless specified. This can be useful for adding spaces, commas, or other delimiters between the concatenated texts.
This output parameter contains the final concatenated string, which is the result of merging text1
and text2
with the optional separator
in between. This output is crucial for further text processing or for generating final text outputs in your projects.
This output parameter provides a URL link to the documentation or help page for the CR Text Concatenate node. It is intended to guide users to additional resources or detailed instructions on how to use the node effectively.
text1
and text2
are properly formatted and do not contain unintended newline characters or spaces.separator
parameter to add meaningful delimiters between your concatenated texts, such as spaces, commas, or custom symbols, to enhance readability and structure.text1
and text2
are empty strings.text1
or text2
) contains a valid string.separator
parameter is not provided but is expected in the output.separator
string if you need a delimiter between text1
and text2
.© Copyright 2024 RunComfy. All Rights Reserved.