licyk commited on
Commit
34603cc
1 Parent(s): 9f1aaef

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ [controlnet_v1.1_annotator](https://huggingface.co/licyk/controlnet_v1.1_annotator)
21
+ 搭配 ControlNet 的预处理器模型
22
+
23
+ ## 使用
24
+ ControlNet 预处理器通常来说不需要手动下载,在使用 ControlNet 扩展时会自动下载对应的 ControlNet 预处理器,只有 ControlNet 模型需要手动下载并放到对应的 ControlNet 文件夹。
25
+
26
+ ### stable-diffusion-webui (by AUTOMATIC1111)
27
+ 对于 [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui),请安装 [sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet) 扩展
28
+
29
+ ControlNet 预处理器模型存放路径:`stable-diffusion-webui/extensions/sd-webui-controlnet/annotator/downloads`
30
+
31
+ ControlNet 模型存放路径:`stable-diffusion-webui/models/ControlNet`
32
+
33
+ ### ComfyUI (by comfyanonymous)
34
+ 对于 [ComfyUI](https://github.com/comfyanonymous/ComfyUI),请安装 [comfyui_controlnet_aux](https://github.com/Fannovel16/comfyui_controlnet_aux) 扩展
35
+ 如果需要使用 ControlNet-LLLite,请安装 [ControlNet-LLLite-ComfyUI](https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI) 扩展
36
+
37
+ ControlNet 预处理器模型存放路径:`ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators`
38
+
39
+ ControlNet 模型存放路径:`ComfyUI/models/controlnet`
40
+
41
+ ControlNet-LLLite 模型存放路径:`ComfyUI/custom_nodes/ControlNet-LLLite-ComfyUI/models`
42
+
43
+ ***
44
+
45
+ _感谢来自社区的贡献_
46
+