Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates generation of CFG Scale values for AI art, streamlining parameter optimization and enhancing art creation efficiency.
The XY Input: CFG Scale node is designed to facilitate the generation of a range of Configuration (CFG) Scale values for use in AI art generation workflows. This node is particularly useful for artists who want to experiment with different CFG Scale values to see how they affect the output of their models. By automating the creation of these values, the node helps streamline the process of fine-tuning and optimizing model parameters, ultimately saving time and effort. The main goal of this node is to provide a flexible and efficient way to explore the impact of varying CFG Scale values on generated art, enabling artists to achieve their desired results more effectively.
This parameter specifies the number of CFG Scale values to generate. It determines how many different CFG Scale values will be created within the specified range. The minimum value is 0, the maximum value is defined by the system limit (XYPLOT_LIM), and the default value is set to XYPLOT_DEF. Adjusting this parameter allows you to control the granularity of the CFG Scale values being tested.
This parameter sets the starting value of the CFG Scale range. It defines the initial CFG Scale value from which the range will begin. The minimum value is 0.0, the maximum value is 100.0, and the default value is 7.0. Modifying this parameter allows you to set the lower bound of the CFG Scale values to be generated.
This parameter sets the ending value of the CFG Scale range. It defines the final CFG Scale value at which the range will end. The minimum value is 0.0, the maximum value is 100.0, and the default value is 9.0. Adjusting this parameter allows you to set the upper bound of the CFG Scale values to be generated.
This output parameter provides the generated CFG Scale values. The output is a tuple containing the type of the XY input (CFG Scale
) and a list of the generated CFG Scale values. These values can then be used in subsequent nodes or processes to evaluate their impact on the generated art. The output helps in systematically exploring different CFG Scale settings to find the optimal configuration for your specific needs.
first_cfg
and last_cfg
to see how varying CFG Scale values affect your model's output.batch_count
to generate more CFG Scale values for a finer-grained analysis of the impact on your art.XY Plot Error: '<value>' is not a number between `<min>` and `<max>` for CFG Scale.
first_cfg
and last_cfg
are valid floating-point numbers within the range of 0.0 to 100.0.XY Plot Error: 'batch_count' is not a valid integer.
batch_count
parameter is not a valid integer.batch_count
is set to a valid integer value within the allowed range.XY Plot Error: 'first_cfg' or 'last_cfg' is out of bounds.
first_cfg
or last_cfg
values are outside the allowed range of 0.0 to 100.0.first_cfg
and last_cfg
values to be within the specified range of 0.0 to 100.0.© Copyright 2024 RunComfy. All Rights Reserved.