Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,56 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
---
|
4 |
+
这是 ControlNet 模型的镜像仓库,包含 ControlNet 预处理器和模型
|
5 |
+
|
6 |
+
## 模型仓库
|
7 |
+
|
8 |
+
[controlnet_v1.1](https://huggingface.co/licyk/controlnet_v1.1)
|
9 |
+
适用于 Stable Diffusion 1.5 的 ControlNet 模型
|
10 |
+
|
11 |
+
[sd_control_collection](https://huggingface.co/licyk/sd_control_collection)
|
12 |
+
适用于 Stable Diffusion 1.5 / Stable Diffusion XL 的 ControlNet 模型
|
13 |
+
|
14 |
+
[control-lora](https://huggingface.co/licyk/control-lora)
|
15 |
+
适用于 Stable Diffusion 1.5 / Stable Diffusion XL 的 ControlNet 模型
|
16 |
+
|
17 |
+
[sd3_controlnet](https://huggingface.co/licyk/sd3_controlnet)
|
18 |
+
适用于 Stable Diffusion 3 的 ControlNet 模型
|
19 |
+
|
20 |
+
[flux_controlnet](https://huggingface.co/licyk/flux_controlnet)
|
21 |
+
适用于 FLUX 的 ControlNet 模型
|
22 |
+
|
23 |
+
[controlnet_v1.1_annotator](https://huggingface.co/licyk/controlnet_v1.1_annotator)
|
24 |
+
搭配 ControlNet 的预处理器模型
|
25 |
+
|
26 |
+
## 使用
|
27 |
+
ControlNet 预处理器通常来说不需要手动下载,在使用 ControlNet 扩展时会自动下载对应的 ControlNet 预处理器,只有 ControlNet 模型需要手动下载并放到对应的 ControlNet 文件夹。
|
28 |
+
|
29 |
+
### stable-diffusion-webui (by AUTOMATIC1111)
|
30 |
+
对于 [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui),请安装 [sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet) 扩展
|
31 |
+
|
32 |
+
ControlNet 预处理器模型存放路径:`stable-diffusion-webui/extensions/sd-webui-controlnet/annotator/downloads`
|
33 |
+
|
34 |
+
ControlNet 模型存放路径:`stable-diffusion-webui/models/ControlNet`
|
35 |
+
|
36 |
+
### stable-diffusion-webui-forge (by lllyasviel)
|
37 |
+
对于 [stable-diffusion-webui-forge](https://github.com/lllyasviel/stable-diffusion-webui-forge),无需安装任何 ControlNet 插件即可使用 ControlNet。
|
38 |
+
|
39 |
+
ControlNet 预处理器模型存放路径:`stable-diffusion-webui-forge/models/ControlNetPreprocessor`
|
40 |
+
|
41 |
+
ControlNet 模型存放路径:`stable-diffusion-webui-forge/models/ControlNet`
|
42 |
+
|
43 |
+
### ComfyUI (by comfyanonymous)
|
44 |
+
对于 [ComfyUI](https://github.com/comfyanonymous/ComfyUI),请安装 [comfyui_controlnet_aux](https://github.com/Fannovel16/comfyui_controlnet_aux) 扩展
|
45 |
+
如果需要使用 ControlNet-LLLite,请安装 [ControlNet-LLLite-ComfyUI](https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI) 扩展
|
46 |
+
|
47 |
+
ControlNet 预处理器模型存放路径:`ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators`
|
48 |
+
|
49 |
+
ControlNet 模型存放路径:`ComfyUI/models/controlnet`
|
50 |
+
|
51 |
+
ControlNet-LLLite 模型存放路径:`ComfyUI/custom_nodes/ControlNet-LLLite-ComfyUI/models`
|
52 |
+
|
53 |
+
***
|
54 |
+
|
55 |
+
_感谢来自社区的贡献_
|
56 |
+
|