Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate diverse text combinations with three inputs mapped to three outputs, supporting various operations and a seed for deterministic results.
The TextCombinations3
node is designed to generate various combinations of three input texts and map them to three output slots. This node is particularly useful for creating complex text manipulations and combinations, which can be beneficial in various AI art and text generation tasks. By allowing you to specify different operations and delimiters, it provides a flexible way to mix and match text inputs to produce diverse outputs. The node also supports the use of a seed for deterministic results, ensuring that the same input parameters will always yield the same output when the seed is used.
This parameter represents the first input text. It is a string that can be multiline, allowing for more complex text inputs. The default value is "Text 1". This text will be used in the combinations and operations defined in the node.
This parameter represents the second input text. Similar to text1
, it is a multiline string with a default value of "Text 2". This text will also be used in the combinations and operations defined in the node.
This parameter represents the third input text. It is a multiline string with a default value of "Text 3". This text will be used alongside text1
and text2
in the combinations and operations.
This parameter allows you to select the specific combination operation to be performed on the input texts. The available operations are generated based on the possible combinations of text1
, text2
, and text3
mapped to the outputs. The default operation is the first one in the generated list. This parameter determines how the input texts are combined and mapped to the outputs.
This parameter specifies the delimiter to be used when combining the input texts. The default value is a single space (" "). This delimiter will be used to join the components of the combined texts, providing control over the formatting of the output.
This parameter is a boolean option that determines whether a seed should be used for deterministic results. The available options are "true" and "false", with the default being "false". When set to "true", the seed value will influence the selection of the operation, ensuring consistent results for the same input parameters.
This parameter is an integer value used as the seed for deterministic operations. It has a default value of 0 and can range from 0 to 0xffffffffffffffff. When use_seed
is set to "true", this seed value will be used to select the operation, ensuring that the same seed and input parameters will always produce the same output.
This hidden parameter is used internally to store additional PNG information. It is not intended to be modified directly by the user.
This hidden parameter is used internally to store the prompt information. It is not intended to be modified directly by the user.
This output parameter represents the first resulting text after the combination operation. It is a string that contains the combined text based on the selected operation and delimiter.
This output parameter represents the second resulting text after the combination operation. Similar to output1
, it is a string that contains the combined text based on the selected operation and delimiter.
This output parameter represents the third resulting text after the combination operation. It is a string that contains the combined text based on the selected operation and delimiter.
text1
, text2
, and text3
to see how various operations affect the output.delimiter
parameter to control the formatting of the combined texts, such as using commas, spaces, or other characters.use_seed
and set a specific seed
value to ensure consistent results for repeated runs with the same input parameters.operation
parameter is set to one of the valid operations generated by the node. If using a seed, verify that the seed value is within the valid range.text1
, text2
, text3
) are empty.delimiter
parameter is set to an invalid value.delimiter
parameter is set to a valid string, such as a space, comma, or other character.© Copyright 2024 RunComfy. All Rights Reserved.