Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates systematic parameter variation for Control Net XY plots in AI art generation workflows.
The XY Input: Control Net Plot node is designed to facilitate the generation of XY plots for Control Net parameters in AI art generation workflows. This node allows you to systematically vary specific parameters of the Control Net, such as strength, start percent, and end percent, across multiple batches. By doing so, it helps in visualizing the impact of these parameters on the generated images, enabling you to fine-tune and optimize your Control Net settings for better results. The node is particularly useful for artists and developers who want to experiment with different configurations and understand how each parameter influences the final output. It provides a structured approach to parameter exploration, making it easier to achieve the desired artistic effects.
This parameter represents the Control Net model that will be used for generating the images. It is essential for defining the neural network that will process the input images and apply the specified transformations.
This parameter is the input image that will be processed by the Control Net. It serves as the base image on which the Control Net parameters will be applied.
This parameter controls the intensity of the Control Net's effect on the input image. A higher strength value will result in a more pronounced effect, while a lower value will produce a subtler transformation. The range is typically from 0 to 1, with a default value that depends on the specific use case.
This parameter defines the starting percentage of the Control Net's effect. It determines at what point in the image processing the Control Net begins to apply its transformations. The value ranges from 0 to 100, with a default value that varies based on the specific application.
This parameter specifies the ending percentage of the Control Net's effect. It indicates when the Control Net should stop applying its transformations. The value ranges from 0 to 100, with a default value that depends on the use case.
This parameter determines the type of plot to be generated. It is a string that specifies the X and Y axes of the plot, separated by a comma. For example, "strength: start_percent, end_percent" would plot the strength against the start and end percentages.
This parameter defines the number of batches for the X-axis parameter. It determines how many different values of the X-axis parameter will be tested. The minimum value is 1, and there is no strict maximum, but higher values will increase computation time.
This parameter specifies the first value of the X-axis parameter. It sets the starting point for the X-axis parameter's range.
This parameter specifies the last value of the X-axis parameter. It sets the endpoint for the X-axis parameter's range.
This parameter defines the number of batches for the Y-axis parameter. It determines how many different values of the Y-axis parameter will be tested. The minimum value is 1, and there is no strict maximum, but higher values will increase computation time.
This parameter specifies the first value of the Y-axis parameter. It sets the starting point for the Y-axis parameter's range.
This parameter specifies the last value of the Y-axis parameter. It sets the endpoint for the Y-axis parameter's range.
This optional parameter allows you to provide additional Control Net configurations that will be applied to each batch. It is useful for stacking multiple Control Net effects.
This output parameter is a tuple containing the X-axis parameter name and its corresponding values. It represents the varied values of the X-axis parameter across the specified batches.
This output parameter is a tuple containing the Y-axis parameter name and its corresponding values. It represents the varied values of the Y-axis parameter across the specified batches.
This output parameter is the extended Control Net stack, if provided. It includes the additional configurations applied to each batch.
strength
values to see how the intensity of the Control Net's effect changes the output image.start_percent
and end_percent
to control the timing of the Control Net's effect, which can be particularly useful for animations or progressive transformations.X_batch_count
and Y_batch_count
to balance between the granularity of the parameter exploration and the computation time required.X_batch_count
or Y_batch_count
is set to 0.X_batch_count
and Y_batch_count
are set to values greater than 0.plot_type
parameter is not formatted correctly.plot_type
parameter is a string in the format "x_type: y_type".control_net
parameter is not provided.control_net
parameter.© Copyright 2024 RunComfy. All Rights Reserved.