Skip to main content
The ConditioningSetAreaPercentage node specializes in adjusting the area of influence for conditioning elements based on percentage values. It allows for the specification of the area’s dimensions and position as percentages of the total image size, alongside a strength parameter to modulate the intensity of the conditioning effect.

Inputs

ParameterDescriptionData Type
CONDITIONINGRepresents the conditioning elements to be modified, serving as the foundation for applying area and strength adjustments.CONDITIONING
widthSpecifies the width of the area as a percentage of the total image width, influencing how much of the image the conditioning affects horizontally.FLOAT
heightDetermines the height of the area as a percentage of the total image height, affecting the vertical extent of the conditioning’s influence.FLOAT
xIndicates the horizontal starting point of the area as a percentage of the total image width, positioning the conditioning effect.FLOAT
ySpecifies the vertical starting point of the area as a percentage of the total image height, positioning the conditioning effect.FLOAT
strengthControls the intensity of the conditioning effect within the specified area, allowing for fine-tuning of its impact.FLOAT

Outputs

ParameterDescriptionData Type
CONDITIONINGReturns the modified conditioning elements with updated area and strength parameters, ready for further processing or application.CONDITIONING
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub