Visit ComfyUI Online for ready-to-use ComfyUI environment
Effortlessly combine two text strings for AI art projects.
FusionText is a versatile node designed to seamlessly combine two text strings into one. This node is particularly useful for AI artists who need to merge different pieces of text dynamically, such as combining prompts, descriptions, or any other textual data. By using FusionText, you can effortlessly concatenate two strings, ensuring a smooth and efficient workflow when dealing with multiple text inputs. This node simplifies the process of text manipulation, making it easier to create complex and nuanced text-based inputs for your AI art projects.
text_1
is the first string input that you want to combine. This parameter is required and must be provided for the node to function. It allows you to input any text string, which will be concatenated with text_2
. The default value is an empty string (""
), and it is set to force input, meaning you must provide a value for this parameter.
text_2
is the second string input that you want to combine with text_1
. Similar to text_1
, this parameter is required and must be provided for the node to function. It allows you to input any text string, which will be concatenated with text_1
. The default value is an empty string (""
), and it is also set to force input, meaning you must provide a value for this parameter.
The output of the FusionText node is a single string that results from the concatenation of text_1
and text_2
. This combined string can be used in subsequent nodes or processes within your AI art workflow. The output is straightforward and provides a seamless way to merge two text inputs into one cohesive string.
text_1
and text_2
are provided, as they are required inputs for the node to function correctly.text_1
parameter is not provided.text_1
parameter.text_2
parameter is not provided.text_2
parameter.text_1
and text_2
are valid strings.© Copyright 2024 RunComfy. All Rights Reserved.