wujunqiang
commited on
Commit
•
2ab8378
1
Parent(s):
55fcddd
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ library_name: diffusers
|
|
15 |
|
16 |
## <a name="Introduction"></a>📖 Introduction
|
17 |
|
18 |
-
We provide two ControlNet weights and inference code based on Kolors-Basemodel: Canny and Depth. You can find some example images
|
19 |
|
20 |
|
21 |
**1、ControlNet Demos**
|
@@ -72,7 +72,7 @@ huggingface-cli download --resume-download Kwai-Kolors/Kolors-ControlNet-Canny -
|
|
72 |
huggingface-cli download --resume-download Kwai-Kolors/Kolors-ControlNet-Depth --local-dir weights/Kolors-ControlNet-Depth
|
73 |
```
|
74 |
|
75 |
-
If you intend to utilize the depth estimation network, please
|
76 |
```
|
77 |
huggingface-cli download lllyasviel/Annotators ./dpt_hybrid-midas-501f0c75.pt --local-dir ./controlnet/annotator/ckpts
|
78 |
```
|
@@ -104,7 +104,7 @@ python ./controlnet/sample_controlNet.py ./controlnet/assets/bird.png 一只颜
|
|
104 |
|
105 |
**c. Using depth ControlNet + IP-Adapter-Plus:**
|
106 |
|
107 |
-
If you intend to utilize the kolors-ip-adapter-plus, please
|
108 |
|
109 |
```bash
|
110 |
python ./controlnet/sample_controlNet_ipadapter.py ./controlnet/assets/woman_2.png ./ipadapter/asset/2.png 一个红色头发的女孩,唯美风景,清新明亮,斑驳的光影,最好的质量,超细节,8K画质 Depth
|
|
|
15 |
|
16 |
## <a name="Introduction"></a>📖 Introduction
|
17 |
|
18 |
+
We provide two ControlNet weights and inference code based on Kolors-Basemodel: Canny and Depth. You can find some example images below.
|
19 |
|
20 |
|
21 |
**1、ControlNet Demos**
|
|
|
72 |
huggingface-cli download --resume-download Kwai-Kolors/Kolors-ControlNet-Depth --local-dir weights/Kolors-ControlNet-Depth
|
73 |
```
|
74 |
|
75 |
+
If you intend to utilize the depth estimation network, please make sure to download its corresponding model weights.
|
76 |
```
|
77 |
huggingface-cli download lllyasviel/Annotators ./dpt_hybrid-midas-501f0c75.pt --local-dir ./controlnet/annotator/ckpts
|
78 |
```
|
|
|
104 |
|
105 |
**c. Using depth ControlNet + IP-Adapter-Plus:**
|
106 |
|
107 |
+
If you intend to utilize the kolors-ip-adapter-plus, please make sure to download its corresponding model weights.
|
108 |
|
109 |
```bash
|
110 |
python ./controlnet/sample_controlNet_ipadapter.py ./controlnet/assets/woman_2.png ./ipadapter/asset/2.png 一个红色头发的女孩,唯美风景,清新明亮,斑驳的光影,最好的质量,超细节,8K画质 Depth
|