Visit ComfyUI Online for ready-to-use ComfyUI environment
Create complex and weighted text prompts by combining multiple inputs with specified weights for AI model prompts.
The promptComposerTextMultiple
node is designed to help you create complex and weighted text prompts by combining multiple text inputs with specified weights. This node is particularly useful for AI artists who want to generate detailed and nuanced prompts for their AI models. By allowing you to input up to ten different text strings, each with its own weight, this node provides a flexible and powerful way to craft prompts that can influence the behavior and output of AI models. The main goal of this node is to streamline the process of prompt creation, making it easier to experiment with different text combinations and their respective influences.
This optional parameter allows you to input an initial text string that will be included in the final prompt if provided. It serves as a base or starting point for the prompt composition. If left empty, it will not affect the final output.
This is the first required text input. You can enter any string of text here, and it will be included in the final prompt if the corresponding weight is greater than 0 and the node is active. This parameter supports multiline text.
This parameter sets the weight for text_1
. The weight determines the influence of the text in the final prompt. It ranges from 0 to 1.95, with a default value of 1. The weight is adjustable via a slider, allowing for fine-tuning.
This is the second required text input. Similar to text_1
, it will be included in the final prompt if the corresponding weight is greater than 0 and the node is active. This parameter also supports multiline text.
This parameter sets the weight for text_2
. The weight ranges from 0 to 1.95, with a default value of 1. The weight is adjustable via a slider.
This is the third required text input. It will be included in the final prompt if the corresponding weight is greater than 0 and the node is active. This parameter supports multiline text.
This parameter sets the weight for text_3
. The weight ranges from 0 to 1.95, with a default value of 1. The weight is adjustable via a slider.
This is the fourth required text input. It will be included in the final prompt if the corresponding weight is greater than 0 and the node is active. This parameter supports multiline text.
This parameter sets the weight for text_4
. The weight ranges from 0 to 1.95, with a default value of 1. The weight is adjustable via a slider.
This is the fifth required text input. It will be included in the final prompt if the corresponding weight is greater than 0 and the node is active. This parameter supports multiline text.
This parameter sets the weight for text_5
. The weight ranges from 0 to 1.95, with a default value of 1. The weight is adjustable via a slider.
This is the sixth required text input. It will be included in the final prompt if the corresponding weight is greater than 0 and the node is active. This parameter supports multiline text.
This parameter sets the weight for text_6
. The weight ranges from 0 to 1.95, with a default value of 1. The weight is adjustable via a slider.
This is the seventh required text input. It will be included in the final prompt if the corresponding weight is greater than 0 and the node is active. This parameter supports multiline text.
This parameter sets the weight for text_7
. The weight ranges from 0 to 1.95, with a default value of 1. The weight is adjustable via a slider.
This is the eighth required text input. It will be included in the final prompt if the corresponding weight is greater than 0 and the node is active. This parameter supports multiline text.
This parameter sets the weight for text_8
. The weight ranges from 0 to 1.95, with a default value of 1. The weight is adjustable via a slider.
This is the ninth required text input. It will be included in the final prompt if the corresponding weight is greater than 0 and the node is active. This parameter supports multiline text.
This parameter sets the weight for text_9
. The weight ranges from 0 to 1.95, with a default value of 1. The weight is adjustable via a slider.
This is the tenth required text input. It will be included in the final prompt if the corresponding weight is greater than 0 and the node is active. This parameter supports multiline text.
This parameter sets the weight for text_10
. The weight ranges from 0 to 1.95, with a default value of 1. The weight is adjustable via a slider.
This boolean parameter determines whether the node is active. If set to True
, the node will process the text inputs and weights to generate the final prompt. If set to False
, the node will not produce any output.
The output parameter text_out
is a single string that contains the final composed prompt. This prompt is generated by combining all the active text inputs with their respective weights, formatted in a way that is suitable for use in AI models. The output is in lowercase and concatenated with commas.
active
parameter is set to True
to generate the final prompt.text_in_opt
and build upon it with additional text inputs and weights for more complex prompts.© Copyright 2024 RunComfy. All Rights Reserved.