Skip to main content
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.

Inputs

ParameterDescriptionData Type
positiveThe 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.CONDITIONING
negativeThe 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.CONDITIONING
control_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.CONTROL_NET
imageThe 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.IMAGE
strengthA scalar value determining the intensity of the control net’s influence on the conditioning data. Higher values result in more pronounced adjustments.FLOAT
start_percentThe starting percentage of the control net’s effect, allowing for gradual application of transformations over a specified range.FLOAT
end_percentThe 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.FLOAT

Outputs

ParameterDescriptionData Type
positiveThe modified positive conditioning data after the application of control net transformations, reflecting the enhancements made based on the input parameters.CONDITIONING
negativeThe modified negative conditioning data after the application of control net transformations, reflecting the suppression or removal of specific features based on the input parameters.CONDITIONING
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub