Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
This node applies ControlNet guidance to Stable Diffusion 3 conditioning. It takes positive and negative conditioning inputs along with a ControlNet model and image, then applies the control guidance with adjustable strength and timing parameters to influence the generation process. Note: This node has been marked as deprecated and may be removed in future versions.

Inputs

ParameterData TypeRequiredRangeDescription
positiveCONDITIONINGYes-The positive conditioning to apply ControlNet guidance to
negativeCONDITIONINGYes-The negative conditioning to apply ControlNet guidance to
control_netCONTROL_NETYes-The ControlNet model to use for guidance
vaeVAEYes-The VAE model used in the process
imageIMAGEYes-The input image that ControlNet will use as guidance
strengthFLOATYes0.0 - 10.0The strength of the ControlNet effect (default: 1.0)
start_percentFLOATYes0.0 - 1.0The starting point in the generation process where ControlNet begins to apply (default: 0.0)
end_percentFLOATYes0.0 - 1.0The ending point in the generation process where ControlNet stops applying (default: 1.0)

Outputs

Output NameData TypeDescription
positiveCONDITIONINGThe modified positive conditioning with ControlNet guidance applied
negativeCONDITIONINGThe modified negative conditioning with ControlNet guidance applied