thibaud commited on
Commit
4552dfc
1 Parent(s): 30203dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -8,20 +8,26 @@ tags:
8
  - stable diffusion
9
  - controlnet
10
  ---
11
- Here's the first version of controlnet (canny) for stablediffusion 2.1
 
12
 
13
- Trained on a subset of laion/laion-art for 14000 steps (batch 16) on an A6000
 
14
 
15
- Thanks https://huggingface.co/lllyasviel/ControlNet for the implementation and the release of 1.5 models.
 
16
 
17
- To use with Automatic1111:
 
18
  * Download the ckpt file
19
  * Put it in extensions/sd-webui-controlnet/models
20
  * in settings/controlnet, change cldm_v15.yaml by cldm_v21.yaml
21
  * Enjoy
22
 
23
- ![<depthmap> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_depth.png)
24
 
25
- Misuse, Malicious Use, and Out-of-Scope Use
 
 
 
26
 
27
- The model should not be used to intentionally create or disseminate images that create hostile or alienating environments for people. This includes generating images that people would foreseeably find disturbing, distressing, or offensive; or content that propagates historical or current stereotypes.
 
8
  - stable diffusion
9
  - controlnet
10
  ---
11
+ Here's the first version of controlnet for stablediffusion 2.1
12
+ Trained on a subset of laion/laion-art
13
 
14
+ ### Canny:
15
+ ![<canny> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_canny.png)
16
 
17
+ ### Depth:
18
+ ![<depth> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_depth.png)
19
 
20
+
21
+ ### To use with Automatic1111:
22
  * Download the ckpt file
23
  * Put it in extensions/sd-webui-controlnet/models
24
  * in settings/controlnet, change cldm_v15.yaml by cldm_v21.yaml
25
  * Enjoy
26
 
 
27
 
28
+ ### Misuse, Malicious Use, and Out-of-Scope Use
29
+
30
+ The model should not be used to intentionally create or disseminate images that create hostile or alienating environments for people. This includes generating images that people would foreseeably find disturbing, distressing, or offensive; or content that propagates historical or current stereotypes.
31
+
32
 
33
+ Thanks https://huggingface.co/lllyasviel/ControlNet for the implementation and the release of 1.5 models.