Visit ComfyUI Online for ready-to-use ComfyUI environment
Automatically generates clean, structured prompts for AI art creation.
The PromptGenerator
node, also known as "Auto Prompter," is designed to automatically generate prompts for AI art creation. This node simplifies the process of creating detailed and coherent prompts by assembling various components into a structured format. It ensures that the generated prompts are clean and free from redundant spaces or consecutive commas, enhancing the quality and readability of the prompts. The primary goal of the PromptGenerator
is to streamline the prompt creation process, making it easier for AI artists to produce high-quality prompts without manually crafting each detail.
The seed
parameter is used to initialize the random number generator, ensuring that the prompt generation process can be replicated. By setting a specific seed value, you can achieve consistent and reproducible results. This parameter is optional, and if not provided, a random seed will be used. The seed value can be any integer.
The prompt
output is a string that contains the generated prompt. This prompt is a coherent and structured text that can be used directly in AI art generation tasks.
The seed
output is an integer that represents the seed value used during the prompt generation process. This allows you to replicate the same prompt generation process if needed.
The t5xxl
output is a string that represents a specific component of the generated prompt, potentially related to a T5 model.
The clip_l
output is a string that represents another component of the generated prompt, potentially related to a CLIP model.
The clip_g
output is a string that represents yet another component of the generated prompt, potentially related to a global CLIP model.
prompt
output directly in your AI art generation tasks to ensure high-quality and coherent prompts.class_type
property defined.class_type
property correctly set.<class_type>
does not exist.class_type
does not exist in the NODE_CLASS_MAPPINGS
.class_type
is correctly defined and exists in the NODE_CLASS_MAPPINGS
.<output_id>
© Copyright 2024 RunComfy. All Rights Reserved.