Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate selection and combination of text prompts for AI art generation, enhancing efficiency and creativity.
The GR Prompt Selector node is designed to streamline the process of selecting and combining text prompts for AI art generation. This node allows you to input multiple positive prompts and a single negative prompt, then dynamically select one of the positive prompts based on a specified index. The selected positive prompt is combined with an always-included positive prompt to create a comprehensive conditioning input for the AI model. This functionality is particularly useful for artists who want to experiment with different prompt combinations without manually adjusting the inputs each time. By automating the selection and combination process, the GR Prompt Selector enhances efficiency and creativity in AI art projects.
This parameter expects a CLIP model instance, which is used to tokenize and encode the text prompts. The CLIP model is essential for converting the text inputs into a format that the AI model can understand and process.
This is the first positive prompt string. It supports multiline and dynamic prompts, allowing for complex and varied input. This prompt is one of the selectable positive prompts.
This is the second positive prompt string. Similar to positive_a1, it supports multiline and dynamic prompts. This prompt is another option that can be selected based on the index.
This is the third positive prompt string. It also supports multiline and dynamic prompts, providing another selectable positive prompt.
This is the fourth positive prompt string. Like the others, it supports multiline and dynamic prompts, adding to the variety of selectable prompts.
This is the fifth positive prompt string. It supports multiline and dynamic prompts, offering another selectable positive prompt.
This is the sixth positive prompt string. It supports multiline and dynamic prompts, completing the set of selectable positive prompts.
This is an always-included positive prompt string. It supports multiline and dynamic prompts and is combined with the selected positive prompt to form the final positive conditioning input.
This is the negative prompt string. It supports multiline and dynamic prompts and is used to create the negative conditioning input for the AI model.
This integer parameter specifies which positive prompt to select from the available options (positive_a1 to positive_a6). The value ranges from 1 to 6, with a default value of 1.
This output provides the positive conditioning input for the AI model. It is a combination of the selected positive prompt and the always-included positive prompt, encoded by the CLIP model.
This output provides the negative conditioning input for the AI model. It is the encoded version of the negative prompt string.
This output is a string that includes both the combined positive prompt and the negative prompt. It is useful for debugging or understanding the exact prompts being used in the conditioning process.
<class_type>
does not exist.© Copyright 2024 RunComfy. All Rights Reserved.