conditioning
Controlnet Apply Advanced

Apply ControlNet (Advanced)

comfyUI节点-Apply ControlNet(advance)ControlNet(高级)

Documentation

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

This node applies advanced control net transformations to conditioning data based on an image and a control net model. It allows for fine-tuned adjustments of the control net's influence over the generated content, enabling more precise and varied modifications to the conditioning.

Input types

ParameterComfy dtypeDescription
positiveCONDITIONINGThe positive conditioning data to which the control net transformations will be applied. It represents the desired attributes or features to enhance or maintain in the generated content.
negativeCONDITIONINGThe negative conditioning data, representing attributes or features to diminish or remove from the generated content. The control net transformations are applied to this data as well, allowing for a balanced adjustment of the content's characteristics.
control_netCONTROL_NETThe control net model is crucial for defining the specific adjustments and enhancements to the conditioning data. It interprets the reference image and strength parameters to apply transformations, significantly influencing the final output by modifying attributes in both positive and negative conditioning data.
imageIMAGEThe image serving as a reference for the control net transformations. It influences the adjustments made by the control net to the conditioning data, guiding the enhancement or suppression of specific features.
strengthFLOATA scalar value determining the intensity of the control net's influence on the conditioning data. Higher values result in more pronounced adjustments.
start_percentFLOATThe starting percentage of the control net's effect, allowing for gradual application of transformations over a specified range.
end_percentFLOATThe ending percentage of the control net's effect, defining the range over which the transformations are applied. This enables more nuanced control over the adjustment process.

Output types

ParameterComfy dtypeDescription
positiveCONDITIONINGThe modified positive conditioning data after the application of control net transformations, reflecting the enhancements made based on the input parameters.
negativeCONDITIONINGThe modified negative conditioning data after the application of control net transformations, reflecting the suppression or removal of specific features based on the input parameters.