thibaud commited on
Commit
28eeb91
1 Parent(s): 9398934

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
2
  license: openrail++
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail++
3
+ language:
4
+ - en
5
+ tags:
6
+ - art
7
+ - diffusers
8
+ - stable diffusion
9
+ - controlnet
10
  ---
11
+ Here's the first version of controlnet for stablediffusion 2.1 for diffusers
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
+
18
+ ### Misuse, Malicious Use, and Out-of-Scope Use
19
+
20
+ 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.
21
+
22
+
23
+ Thanks
24
+ - https://huggingface.co/lllyasviel/ControlNet for the implementation and the release of 1.5 models.
25
+ - https://huggingface.co/thepowefuldeez for the conversion script to diffusers