conditioning
Conditioning Set Area Percentage

Conditioning (Set Area with Percentage)

comfyUI节点-Conditioning(Set Area With Percentage)|按系数设置条件采样区域

Documentation

  • Class name: ConditioningSetAreaPercentage
  • Category: conditioning
  • Output node: False

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.

Input types

ParameterComfy dtypeDescription
conditioningCONDITIONINGRepresents the conditioning elements to be modified, serving as the foundation for applying area and strength adjustments.
widthFLOATSpecifies the width of the area as a percentage of the total image width, influencing how much of the image the conditioning affects horizontally.
heightFLOATDetermines the height of the area as a percentage of the total image height, affecting the vertical extent of the conditioning's influence.
xFLOATIndicates the horizontal starting point of the area as a percentage of the total image width, positioning the conditioning effect.
yFLOATSpecifies the vertical starting point of the area as a percentage of the total image height, positioning the conditioning effect.
strengthFLOATControls the intensity of the conditioning effect within the specified area, allowing for fine-tuning of its impact.

Output types

ParameterComfy dtypeDescription
conditioningCONDITIONINGReturns the modified conditioning elements with updated area and strength parameters, ready for further processing or application.