File size: 798 Bytes
2cd7cf9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: openrail
language:
- en
library_name: refiners
pipeline_tag: image-to-image
base_model: lllyasviel/control_v11p_sd15_canny
base_model_relation: adapter
tags:
- image-to-image
- stable-diffusion
- sd1.5
- art
- controlnet
- controlnet-v1-1
---

# Controlnet Canny (control_v11p_sd15_canny)

![controlnet architecture](https://github.com/lllyasviel/ControlNet/blob/e38d22aa1ce2c2c72d2536c8f337b47249033c98/github_page/sd.png?raw=true)

## Citation

```bibtex
@misc{zhang2023adding,
  title         = {Adding Conditional Control to Text-to-Image Diffusion Models},
  author        = {Lvmin Zhang and Maneesh Agrawala},
  year          = 2023,
  url           = {https://arxiv.org/abs/2302.05543},
  eprint        = {2302.05543},
  archiveprefix = {arXiv},
  primaryclass  = {cs.CV}
}
```