Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,9 @@ Trained on a subset of laion/laion-art
|
|
20 |
### Depth:
|
21 |
![<depth> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_depth.png)
|
22 |
|
|
|
|
|
|
|
23 |
### Hed:
|
24 |
![<hed> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_hed.png)
|
25 |
|
@@ -32,13 +35,16 @@ Trained on a subset of laion/laion-art
|
|
32 |
### Color:
|
33 |
![<hed> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_color.png)
|
34 |
|
35 |
-
|
36 |
### To use with Automatic1111:
|
37 |
-
* Download the ckpt
|
38 |
* Put it in extensions/sd-webui-controlnet/models
|
39 |
* in settings/controlnet, change cldm_v15.yaml by cldm_v21.yaml
|
40 |
* Enjoy
|
41 |
|
|
|
|
|
|
|
|
|
42 |
|
43 |
### Misuse, Malicious Use, and Out-of-Scope Use
|
44 |
|
|
|
20 |
### Depth:
|
21 |
![<depth> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_depth.png)
|
22 |
|
23 |
+
### ZoeDepth:
|
24 |
+
![<depth> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_zoedepth.png)
|
25 |
+
|
26 |
### Hed:
|
27 |
![<hed> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_hed.png)
|
28 |
|
|
|
35 |
### Color:
|
36 |
![<hed> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_color.png)
|
37 |
|
|
|
38 |
### To use with Automatic1111:
|
39 |
+
* Download the ckpt files or safetensors ones
|
40 |
* Put it in extensions/sd-webui-controlnet/models
|
41 |
* in settings/controlnet, change cldm_v15.yaml by cldm_v21.yaml
|
42 |
* Enjoy
|
43 |
|
44 |
+
### To use ZoeDepth:
|
45 |
+
You can use it with annotator depth/le_res but it works better with ZoeDepth Annotator. My PR is not accepted yet but you can use my fork.
|
46 |
+
My fork: https://github.com/thibaudart/sd-webui-controlnet
|
47 |
+
The PR: https://github.com/Mikubill/sd-webui-controlnet/pull/655#issuecomment-1481724024
|
48 |
|
49 |
### Misuse, Malicious Use, and Out-of-Scope Use
|
50 |
|