Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI art generation sampling with geometric guidance for nuanced outputs.
The GeometricCFGGuider
node is designed to enhance the sampling process in AI art generation by leveraging a geometric approach to classifier-free guidance (CFG). This node allows you to fine-tune the influence of different conditioning inputs, such as positive and negative prompts, to achieve more nuanced and controlled outputs. By adjusting the geometric alpha parameter, you can blend the effects of two positive conditions in a sophisticated manner, providing greater flexibility and precision in guiding the model's output. This node is particularly useful for artists looking to experiment with complex conditioning setups to achieve specific artistic effects.
This parameter specifies the model to be used for the sampling process. It is essential as it defines the underlying architecture and weights that will generate the output.
This is the first conditioning input, typically representing a positive prompt or guidance. It influences the model's output by providing a desired direction or theme.
This is the second conditioning input, also usually a positive prompt. It works in conjunction with cond1
to further refine and guide the model's output.
This conditioning input represents a negative prompt, which helps steer the model away from undesired features or themes in the output.
The classifier-free guidance scale, which determines the strength of the guidance applied. 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 model's adherence to the provided conditions.
This parameter controls the blending ratio between the two positive conditions (cond1
and cond2
). The default value is 0.5, with a range from 0.0 to 1.0. A value closer to 0.0 gives more weight to cond1
, while a value closer to 1.0 gives more weight to cond2
.
The output is a GUIDER
object, which encapsulates the configured guidance mechanism. This object is used in subsequent sampling steps to apply the specified conditions and guidance settings to the model's output.
geometric_alpha
to find the optimal blend between your two positive conditions for the desired artistic effect.cfg
parameter to control the strength of the guidance. Higher values can lead to more pronounced adherence to the conditions, while lower values allow for more creative freedom.negative
conditioning input to exclude unwanted features from your output, helping to refine and focus the generated art.cond1
, cond2
, negative
) are missing.cfg
parameter is set outside the allowed range.cfg
value to be within the range of 0.0 to 100.0.geometric_alpha
parameter is set outside the allowed range.geometric_alpha
value to be within the range of 0.0 to 1.0.© Copyright 2024 RunComfy. All Rights Reserved.