1aurent commited on
Commit
2cd7cf9
1 Parent(s): 7a8f439

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ language:
4
+ - en
5
+ library_name: refiners
6
+ pipeline_tag: image-to-image
7
+ base_model: lllyasviel/control_v11p_sd15_canny
8
+ base_model_relation: adapter
9
+ tags:
10
+ - image-to-image
11
+ - stable-diffusion
12
+ - sd1.5
13
+ - art
14
+ - controlnet
15
+ - controlnet-v1-1
16
+ ---
17
+
18
+ # Controlnet Canny (control_v11p_sd15_canny)
19
+
20
+ ![controlnet architecture](https://github.com/lllyasviel/ControlNet/blob/e38d22aa1ce2c2c72d2536c8f337b47249033c98/github_page/sd.png?raw=true)
21
+
22
+ ## Citation
23
+
24
+ ```bibtex
25
+ @misc{zhang2023adding,
26
+ title = {Adding Conditional Control to Text-to-Image Diffusion Models},
27
+ author = {Lvmin Zhang and Maneesh Agrawala},
28
+ year = 2023,
29
+ url = {https://arxiv.org/abs/2302.05543},
30
+ eprint = {2302.05543},
31
+ archiveprefix = {arXiv},
32
+ primaryclass = {cs.CV}
33
+ }
34
+ ```