Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance positive conditioning of AI art prompts for better performance and accuracy.
The SDXL Power Prompt
This parameter accepts a string input that represents the general positive prompt. It supports multiline text, allowing you to input complex and detailed prompts. The function of this parameter is to provide the primary positive conditioning text that the node will process and optimize. There are no specific minimum or maximum values, but it is recommended to keep the prompt concise yet descriptive for best results.
Similar to prompt_g
, this parameter accepts a string input for the localized positive prompt. It also supports multiline text. This parameter is used to provide additional positive conditioning text that may be more specific or localized compared to the general prompt. Like prompt_g
, there are no strict limits on the length, but clarity and relevance are key for optimal performance.
This optional parameter allows you to specify a model to be used for processing the prompt. If not provided, the node will use a default model. The impact of this parameter is significant as it determines the underlying model that will interpret and optimize your prompt. There are no predefined values, but it should be a valid model identifier.
This optional parameter allows you to specify a CLIP model for processing the prompt. If not provided, the node will use a default CLIP model. The CLIP model helps in understanding and encoding the text prompts, thereby affecting the quality of the output. Ensure that the provided value is a valid CLIP model identifier.
This optional parameter specifies the width for the CLIP model's processing. It is used to adjust the resolution at which the CLIP model interprets the prompt. The default value is not specified, but it should be a positive integer.
This optional parameter specifies the height for the CLIP model's processing. Similar to opt_clip_width
, it adjusts the resolution for the CLIP model. The default value is not specified, but it should be a positive integer.
This optional parameter allows you to insert Lora tags into the prompt. Lora tags are used for fine-tuning and adding specific details to the prompt. The function of this parameter is to enhance the prompt with additional conditioning elements. The value should be a valid Lora tag string.
This optional parameter allows you to insert embeddings into the prompt. Embeddings are pre-trained vectors that can add semantic meaning to the prompt. The function of this parameter is to enrich the prompt with additional contextual information. The value should be a valid embedding string.
This optional parameter allows you to insert saved prompt elements. These elements can be previously saved prompts or parts of prompts that you want to reuse. The function of this parameter is to streamline the prompt creation process by reusing existing elements. The value should be a valid saved prompt identifier.
This optional parameter specifies the target width for the output. It is used to define the desired width of the generated image or text. The default value is -1, which means no specific target width is set. The value should be a positive integer if specified.
This optional parameter specifies the target height for the output. Similar to target_width
, it defines the desired height of the generated image or text. The default value is -1, which means no specific target height is set. The value should be a positive integer if specified.
This optional parameter specifies the width for cropping the output. It is used to adjust the final dimensions of the generated image or text. The default value is -1, which means no specific cropping width is set. The value should be a positive integer if specified.
This optional parameter specifies the height for cropping the output. Similar to crop_width
, it adjusts the final dimensions of the generated image or text. The default value is -1, which means no specific cropping height is set. The value should be a positive integer if specified.
This optional parameter allows you to insert saved values into the prompt. These values can be previously saved settings or parameters that you want to reuse. The function of this parameter is to streamline the prompt creation process by reusing existing settings. The value should be a valid saved value identifier.
This output parameter provides the optimized version of the input prompt. It includes any enhancements or adjustments made by the node to improve the quality and effectiveness of the prompt. The optimized prompt is ready for use in generating AI art or other applications.
This output parameter provides a list of Lora tags found and processed in the input prompt. It helps you understand which Lora tags were identified and how they were handled during the optimization process. This information is useful for further refining your prompts.
insert_lora
parameter to add specific details and fine-tuning elements to your prompts.opt_model
and opt_clip
settings to find the best combination for your specific use case.<number>
lora tags in prompt but model & clip were not supplied!© Copyright 2024 RunComfy. All Rights Reserved.