| license: openrail | |
| 这是 ControlNet 模型的镜像仓库,包含 ControlNet 预处理器和模型 | |
| ## 模型仓库 | |
| [controlnet_v1.1](https://huggingface.co/licyk/controlnet_v1.1) | |
| 适用于 Stable Diffusion 1.5 的 ControlNet 模型 | |
| [sd_control_collection](https://huggingface.co/licyk/sd_control_collection) | |
| 适用于 Stable Diffusion 1.5 / Stable Diffusion XL 的 ControlNet 模型 | |
| [control-lora](https://huggingface.co/licyk/control-lora) | |
| 适用于 Stable Diffusion 1.5 / Stable Diffusion XL 的 ControlNet 模型 | |
| [sd3_controlnet](https://huggingface.co/licyk/sd3_controlnet) | |
| 适用于 Stable Diffusion 3 的 ControlNet 模型 | |
| [flux_controlnet](https://huggingface.co/licyk/flux_controlnet) | |
| 适用于 FLUX 的 ControlNet 模型 | |
| [controlnet_v1.1_annotator](https://huggingface.co/licyk/controlnet_v1.1_annotator) | |
| 搭配 ControlNet 的预处理器模型 | |
| ## 使用 | |
| ControlNet 预处理器通常来说不需要手动下载,在使用 ControlNet 扩展时会自动下载对应的 ControlNet 预处理器,只有 ControlNet 模型需要手动下载并放到对应的 ControlNet 文件夹。 | |
| ### stable-diffusion-webui (by AUTOMATIC1111) | |
| 对于 [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui),请安装 [sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet) 扩展 | |
| ControlNet 预处理器模型存放路径:`stable-diffusion-webui/extensions/sd-webui-controlnet/annotator/downloads` | |
| ControlNet 模型存放路径:`stable-diffusion-webui/models/ControlNet` | |
| ### stable-diffusion-webui-forge (by lllyasviel) | |
| 对于 [stable-diffusion-webui-forge](https://github.com/lllyasviel/stable-diffusion-webui-forge),无需安装任何 ControlNet 插件即可使用 ControlNet。 | |
| ControlNet 预处理器模型存放路径:`stable-diffusion-webui-forge/models/ControlNetPreprocessor` | |
| ControlNet 模型存放路径:`stable-diffusion-webui-forge/models/ControlNet` | |
| ### ComfyUI (by comfyanonymous) | |
| 对于 [ComfyUI](https://github.com/comfyanonymous/ComfyUI),请安装 [comfyui_controlnet_aux](https://github.com/Fannovel16/comfyui_controlnet_aux) 扩展 | |
| 如果需要使用 ControlNet-LLLite,请安装 [ControlNet-LLLite-ComfyUI](https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI) 扩展 | |
| ControlNet 预处理器模型存放路径:`ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators` | |
| ControlNet 模型存放路径:`ComfyUI/models/controlnet` | |
| ControlNet-LLLite 模型存放路径:`ComfyUI/custom_nodes/ControlNet-LLLite-ComfyUI/models` | |
| *** | |
| _感谢来自社区的贡献_ | |