Visit ComfyUI Online for ready-to-use ComfyUI environment
Node for combining multiple texts with operations to create complex and varied text patterns for AI artists.
The TextCombinations node is designed to facilitate the creation of complex text outputs by combining multiple input texts based on specified operations. This node is particularly useful for AI artists who need to generate varied and intricate text patterns for their projects. By leveraging predefined operations and customizable parameters, the node allows you to mix and match different text inputs in a structured manner, ensuring consistency and creativity in your text outputs. The main goal of this node is to simplify the process of generating text combinations, making it easier to produce diverse and rich textual content without manual intervention.
This parameter represents the first text input that you want to combine. It supports multiline text and has a default value of "Text 1". You can input any string here, and it will be used as one of the components in the text combination process.
This parameter represents the second text input for combination. Similar to text1
, it supports multiline text and has a default value of "Text 2". This text will be combined with text1
and potentially other texts based on the specified operation.
This parameter represents the third text input for combination. It supports multiline text and has a default value of "Text 3". This text will be used in conjunction with text1
and text2
to create more complex text combinations.
This parameter allows you to select the specific operation that defines how the input texts will be combined. The available operations are generated based on the input texts and outputs, and the default operation is the first one in the list. This parameter is crucial as it dictates the structure and pattern of the combined text outputs.
This parameter specifies the delimiter that will be used to join the individual text components in the final output. The default value is a single space (" "). You can customize this to any string, such as a comma or a hyphen, to achieve the desired separation between text components.
This parameter determines whether a seed value should be used to influence the selection of operations. It accepts two options: "true" and "false", with the default being "false". When set to "true", the seed value will be used to ensure reproducibility in the text combination process.
This parameter provides the seed value for random operations. It is an integer with a default value of 0 and a range from 0 to 0xffffffffffffffff. This seed value is used when use_seed
is set to "true" to ensure consistent and repeatable text combinations.
This hidden parameter is used internally to store additional PNG information. It is not intended for direct manipulation by the user.
This hidden parameter is used internally to store the prompt information. It is not intended for direct manipulation by the user.
This output parameter represents the first combined text result. It is generated based on the specified operation and the input texts. The content of output1
will vary depending on the chosen operation and the provided inputs.
This output parameter represents the second combined text result. Similar to output1
, it is generated based on the specified operation and the input texts. The content of output2
will vary depending on the chosen operation and the provided inputs.
This output parameter represents the third combined text result. It is generated based on the specified operation and the input texts. The content of output3
will vary depending on the chosen operation and the provided inputs.
use_seed
parameter set to "true" along with a specific seed
value to ensure that you can reproduce the same text combinations in future runs.text1
, text2
, and text3
) are filled in with appropriate values before executing the node.© Copyright 2024 RunComfy. All Rights Reserved.