Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhances AI-generated images by balancing positive and negative conditioning prompts for precise artistic results.
The PerpNegGuider
node is designed to enhance the quality of AI-generated images by guiding the model's conditioning process. It leverages a technique called perpendicular negative guidance, which helps in refining the output by balancing positive and negative conditioning prompts. This node is particularly useful for artists looking to fine-tune their AI models to achieve more precise and desirable results. By adjusting the influence of positive and negative prompts, PerpNegGuider
ensures that the generated images adhere closely to the intended artistic vision while minimizing unwanted artifacts or deviations.
This parameter represents the AI model that will be guided. It is essential for the node to function as it provides the base on which the conditioning will be applied.
This parameter takes in the positive conditioning prompts. These prompts are the desired attributes or features that you want to emphasize in the generated image.
This parameter accepts the negative conditioning prompts. These prompts are the undesired attributes or features that you want to minimize or eliminate from the generated image.
This parameter is used to provide an empty conditioning prompt, which serves as a baseline or neutral reference for the model. It helps in calculating the difference between conditioned and unconditioned states.
This parameter stands for Classifier-Free Guidance scale. It controls the strength of the guidance applied to the model. The default value is 8.0, with a minimum of 0.0 and a maximum of 100.0. Adjusting this value can significantly impact the adherence of the generated image to the conditioning prompts.
This parameter controls the scale of the negative guidance. It determines how strongly the negative prompts will influence the final output. The default value is 1.0, with a minimum of 0.0 and a maximum of 100.0. Fine-tuning this value helps in balancing the positive and negative influences on the generated image.
The output of this node is a GUIDER
object. This object encapsulates the guided model, which has been conditioned according to the specified positive and negative prompts, as well as the configured guidance scales. The GUIDER
can then be used in subsequent steps of the image generation process to produce refined and high-quality outputs.
cfg
values to find the optimal balance between adhering to the positive prompts and maintaining the overall quality of the image.neg_scale
to fine-tune the influence of negative prompts, especially when you notice unwanted features in the generated images.PerpNegGuider
with other nodes to create a more complex and nuanced conditioning setup, allowing for greater control over the final output.model
parameter is not supplied.model
parameter.positive
parameter is missing.positive
parameter.negative
parameter is missing.negative
parameter.cfg
value is out of the acceptable range.cfg
value to be within the range of 0.0 to 100.0.neg_scale
value is out of the acceptable range.neg_scale
value to be within the range of 0.0 to 100.0.© Copyright 2024 RunComfy. All Rights Reserved.