sd-webui-controlnet is a ControlNet extension plugin developed for AUTOMATIC1111's Stable Diffusion WebUI. Maintained by Mikubill, it is one of the most popular and feature-complete ControlNet WebUI extensions available.
Supports various image preprocessors:
Full support for TencentARC's T2I-Adapter models, including:
https://github.com/Mikubill/sd-webui-controlnet.git
stable-diffusion-webui\extensions\sd-webui-controlnet\models
directory--api
parameter when starting WebUIhttp://webui-address/docs
to view the API documentationThe extension adds the following command-line arguments:
--controlnet-dir <path> # Add ControlNet model directory
--controlnet-annotator-models-path <path> # Set preprocessor model directory
--no-half-controlnet # Load ControlNet models in full precision
--controlnet-preprocessor-cache-size # Preprocessor result cache size
--controlnet-loglevel # ControlNet extension log level
--controlnet-tracemalloc # Enable memory allocation tracking
--xformers
parameter to improve performancesd-webui-controlnet is one of the most important extensions in the Stable Diffusion ecosystem, significantly expanding the controllability and precision of AI image generation. Whether you are a professional artist or an amateur enthusiast, you can achieve more precise image control and richer creative possibilities through this extension.