Visit ComfyUI Online for ready-to-use ComfyUI environment
Define and adjust conditioning effect within specific area of data for targeted control and intensity.
The ConditioningSetArea
node is designed to allow you to define a specific area within your conditioning data, setting its dimensions and position, and adjusting the strength of the conditioning effect within that area. This node is particularly useful for AI artists who want to apply conditioning effects to a targeted region of their input data, providing greater control over the conditioning process. By specifying the width, height, x, and y coordinates, you can precisely control the area of influence, while the strength parameter allows you to adjust the intensity of the conditioning effect. This node is essential for tasks that require localized conditioning, enabling more refined and detailed outputs.
This parameter represents the conditioning data that you want to modify. It is a required input and serves as the base upon which the area-specific conditioning will be applied.
This parameter defines the width of the area to be conditioned. It accepts integer values with a default of 64, a minimum of 64, and a maximum defined by MAX_RESOLUTION
. The step size is 8. Adjusting this parameter changes the horizontal span of the conditioning area.
This parameter specifies the height of the area to be conditioned. It accepts integer values with a default of 64, a minimum of 64, and a maximum defined by MAX_RESOLUTION
. The step size is 8. Modifying this parameter alters the vertical span of the conditioning area.
This parameter sets the x-coordinate (horizontal position) of the top-left corner of the conditioning area. It accepts integer values with a default of 0, a minimum of 0, and a maximum defined by MAX_RESOLUTION
. The step size is 8. Changing this parameter moves the conditioning area horizontally.
This parameter sets the y-coordinate (vertical position) of the top-left corner of the conditioning area. It accepts integer values with a default of 0, a minimum of 0, and a maximum defined by MAX_RESOLUTION
. The step size is 8. Adjusting this parameter moves the conditioning area vertically.
This parameter controls the strength of the conditioning effect within the specified area. It accepts float values with a default of 1.0, a minimum of 0.0, and a maximum of 10.0. The step size is 0.01. Modifying this parameter changes the intensity of the conditioning effect applied to the defined area.
The output is the modified conditioning data with the specified area and strength adjustments applied. This output retains the same structure as the input conditioning data but includes the localized conditioning effects as defined by the input parameters.
strength
parameter while keeping the area dimensions (width and height) small.x
and y
parameters to precisely position the conditioning area over the region of interest in your input data.width
and height
values to see how varying the size of the conditioning area affects the output.MAX_RESOLUTION
.© Copyright 2024 RunComfy. All Rights Reserved.