thibaud commited on
Commit
f935ebb
1 Parent(s): ef4e129

Update README.md (#1)

Browse files

- Update README.md (6497496b5fb197d7fe47c7f44f2b6c3e33b6e3d2)

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
+ ### Hed:
15
+ ![<canny> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_hed.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