Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI art generation with multiple positive prompts and one negative prompt, leveraging CLIP model for refined outputs.
The GR Prompt Selector Multi node is designed to enhance your AI art generation process by allowing you to input multiple positive prompts and a single negative prompt, which are then combined with a constant positive prompt. This node leverages the power of the CLIP model to tokenize and encode these prompts, providing multiple conditioning outputs that can be used to guide the AI model in generating more refined and contextually accurate images. By using this node, you can experiment with different prompt combinations and see how they influence the generated art, making it a versatile tool for AI artists looking to fine-tune their creative outputs.
This parameter expects a CLIP model instance. The CLIP model is used to tokenize and encode the provided prompts, transforming them into a format that can be used for conditioning the AI model. This is a required input.
This is the first positive prompt string. It supports multiline and dynamic prompts, allowing you to provide detailed and complex descriptions. This prompt will be combined with the alwayspositive_a1
prompt. This is a required input.
This is the second positive prompt string. Similar to positive_a1
, it supports multiline and dynamic prompts and will be combined with the alwayspositive_a1
prompt. This is a required input.
This is the third positive prompt string. It supports multiline and dynamic prompts and will be combined with the alwayspositive_a1
prompt. This is a required input.
This is the fourth positive prompt string. It supports multiline and dynamic prompts and will be combined with the alwayspositive_a1
prompt. This is a required input.
This is the fifth positive prompt string. It supports multiline and dynamic prompts and will be combined with the alwayspositive_a1
prompt. This is a required input.
This is the sixth positive prompt string. It supports multiline and dynamic prompts and will be combined with the alwayspositive_a1
prompt. This is a required input.
This is a constant positive prompt string that will be combined with each of the positive prompts (positive_a1
to positive_a6
). It supports multiline and dynamic prompts, providing a consistent context across all positive prompts. This is a required input.
This is the negative prompt string. It supports multiline and dynamic prompts and will be used to provide a negative conditioning output, helping to steer the AI model away from unwanted features or styles. This is a required input.
This output provides the conditioning result for the first positive prompt (positive_a1
combined with alwayspositive_a1
). It includes the encoded tokens and pooled output from the CLIP model.
This output provides the conditioning result for the second positive prompt (positive_a2
combined with alwayspositive_a1
). It includes the encoded tokens and pooled output from the CLIP model.
This output provides the conditioning result for the third positive prompt (positive_a3
combined with alwayspositive_a1
). It includes the encoded tokens and pooled output from the CLIP model.
This output provides the conditioning result for the fourth positive prompt (positive_a4
combined with alwayspositive_a1
). It includes the encoded tokens and pooled output from the CLIP model.
This output provides the conditioning result for the fifth positive prompt (positive_a5
combined with alwayspositive_a1
). It includes the encoded tokens and pooled output from the CLIP model.
This output provides the conditioning result for the sixth positive prompt (positive_a6
combined with alwayspositive_a1
). It includes the encoded tokens and pooled output from the CLIP model.
This output provides the conditioning result for the negative prompt (negative_a1
). It includes the encoded tokens and pooled output from the CLIP model.
clip
input parameter.positive_a1
to positive_a6
) as input parameters.alwayspositive_a1
prompt as an input parameter.negative_a1
prompt as an input parameter.© Copyright 2024 RunComfy. All Rights Reserved.