Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance and refine AI art prompts with control over strengths and combinations for precise outputs.
The PrimereRefinerPrompt node is designed to enhance and refine text prompts used in AI art generation workflows. This node allows you to fine-tune both positive and negative prompts by adjusting their strengths and combining them with original prompts. The primary goal of this node is to provide more control over the prompt refinement process, enabling you to achieve more precise and desired outputs in your AI-generated art. By leveraging this node, you can manipulate the weight and influence of different prompt components, ensuring that the final prompt aligns closely with your artistic vision.
This parameter contains additional metadata information about the image, including the workflow details. It is used to extract relevant data for refining the prompt. There are no specific minimum, maximum, or default values for this parameter as it depends on the metadata provided.
The unique identifier for the node within the workflow. This ID is used to locate and process the specific node's data. There are no specific minimum, maximum, or default values for this parameter.
The CLIP model used for encoding the refined prompts. This parameter is essential for generating the final embeddings and pooled outputs. There are no specific minimum, maximum, or default values for this parameter.
A numerical value used to ensure reproducibility of the prompt refinement process. The seed helps in generating consistent results across different runs. There are no specific minimum, maximum, or default values for this parameter.
A boolean parameter that indicates whether token normalization should be applied during the encoding process. This helps in standardizing the token weights. The default value is typically True
.
A boolean parameter that determines whether weight interpretation should be applied to the tokens. This helps in adjusting the influence of different tokens in the prompt. The default value is typically True
.
A string parameter containing the positive prompt to be refined. This prompt is enhanced based on the specified strength. The default value is an empty string.
A string parameter containing the negative prompt to be refined. This prompt is enhanced based on the specified strength. The default value is an empty string.
A string parameter containing the original positive prompt. This prompt is combined with the refined positive prompt based on the specified strength. The default value is None
.
A string parameter containing the original negative prompt. This prompt is combined with the refined negative prompt based on the specified strength. The default value is None
.
A numerical value indicating the strength of the positive refiner prompt. This value adjusts the influence of the refined positive prompt. The default value is 1
.
A numerical value indicating the strength of the negative refiner prompt. This value adjusts the influence of the refined negative prompt. The default value is 1
.
A numerical value indicating the strength of the original positive prompt. This value adjusts the influence of the original positive prompt when combined with the refined prompt. The default value is 1
.
A numerical value indicating the strength of the original negative prompt. This value adjusts the influence of the original negative prompt when combined with the refined prompt. The default value is 1
.
The final refined positive prompt after combining and adjusting the strengths of the positive refiner and original prompts. This output is used to guide the AI model in generating the desired positive aspects of the artwork.
The final refined negative prompt after combining and adjusting the strengths of the negative refiner and original prompts. This output is used to guide the AI model in avoiding or minimizing the undesired aspects of the artwork.
positive_refiner_strength
and negative_refiner_strength
parameters to fine-tune the influence of the refined prompts. Lower values will reduce their impact, while higher values will increase it.positive_original
and negative_original
parameters to create a more balanced and nuanced final prompt.seed
parameter to ensure reproducibility of your results, especially when experimenting with different prompt refinements.extra_pnginfo
parameter does not contain the necessary workflow metadata.extra_pnginfo
parameter is correctly populated with the workflow metadata before passing it to the node.id
parameter does not match any node in the workflow.id
parameter is correctly set to the unique identifier of the node you intend to process.clip
parameter is missing or not properly set.clip
parameter is provided and correctly references the CLIP model to be used for encoding.positive_refiner_strength
, negative_refiner_strength
, positive_original_strength
, negative_original_strength
) are set to invalid values.© Copyright 2024 RunComfy. All Rights Reserved.