Visit ComfyUI Online for ready-to-use ComfyUI environment
Refine AI art by avoiding specific features with easy negative node.
The easy negative node is designed to handle the negative prompt conditioning in your AI art generation process. This node is essential for refining and controlling the aspects of the generated images that you want to avoid or minimize. By providing a negative prompt, you can guide the model to steer clear of certain features, styles, or elements, ensuring that the final output aligns more closely with your artistic vision. This node processes the negative prompt through tokenization and encoding, integrating it into the pipeline to influence the image generation process effectively. The main goal of the easy negative node is to enhance the precision and quality of your AI-generated art by allowing you to specify what should not be included in the output.
This parameter accepts a string that represents the negative prompt. The negative prompt is used to specify the elements or features that you want to avoid in the generated image. By providing a clear and detailed negative prompt, you can help the model understand what aspects to minimize or exclude, leading to more refined and targeted results. There is no specific minimum or maximum value for this parameter, but it should be a well-formed string that clearly conveys the undesired elements.
This parameter determines how the tokens in the negative prompt are normalized. The available options are "none", "mean", "length", and "length+mean". Each option affects the tokenization process differently, impacting how the negative prompt influences the image generation. For instance, "none" applies no normalization, while "mean" normalizes based on the average token length. The default value is "none".
This parameter specifies how the weights of the negative prompt tokens are interpreted. The options include "comfy", "A1111", "comfy++", "compel", and "fixed attention". Each interpretation method adjusts the influence of the negative prompt on the final output differently, allowing for fine-tuned control over the negative conditioning. The default value is "comfy".
This boolean parameter indicates whether to use the A1111 prompt style for the negative prompt. When set to true, the node will apply the A1111 style, which may affect the tokenization and encoding process. The default value is false.
This parameter defines how the negative prompt conditioning is applied in the pipeline. The available modes are "replace", "concat", "combine", "average", and "timestep". Each mode offers a different method of integrating the negative prompt into the conditioning process, affecting the final image generation. The default value is "replace".
This parameter is a float that determines the strength of the averaging when the "average" conditioning mode is selected. It ranges from 0.0 to 1.0, with a default value of 1.0. This parameter allows you to control the influence of the negative prompt when averaging is used, providing a balance between the positive and negative conditioning.
This output parameter contains the final embeddings of the negative prompt after tokenization and encoding. These embeddings are used in the image generation pipeline to influence the model and steer it away from the specified negative elements. The embeddings are crucial for ensuring that the negative prompt effectively impacts the final output.
© Copyright 2024 RunComfy. All Rights Reserved.