Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: refiners
|
6 |
+
pipeline_tag: image-to-image
|
7 |
+
tags:
|
8 |
+
- image-to-image
|
9 |
+
- stable-diffusion
|
10 |
+
- sd1.5
|
11 |
+
- art
|
12 |
+
- controlnet
|
13 |
+
- controlnet-v1-1
|
14 |
+
---
|
15 |
+
|
16 |
+
# ControlNet SD 1.5 — Tile v1.1 (f1e)
|
17 |
+
|
18 |
+
ControlNet is a neural network structure to control diffusion models by adding extra conditions.
|
19 |
+
|
20 |
+
![controlnet architecture](https://github.com/lllyasviel/ControlNet/blob/e38d22aa1ce2c2c72d2536c8f337b47249033c98/github_page/sd.png?raw=true)
|
21 |
+
|
22 |
+
## Model Details
|
23 |
+
|
24 |
+
- **Creators:** Lvmin Zhang, Maneesh Agrawala
|
25 |
+
- **GitHub Repository**: https://github.com/lllyasviel/ControlNet and https://github.com/lllyasviel/ControlNet-v1-1-nightly
|
26 |
+
- **Original Weights**: https://huggingface.co/lllyasviel/control_v11f1e_sd15_tile
|
27 |
+
- **Standard ControlNet Naming Rules (SCNNRs)**: control_v11f1e_sd15_tile
|
28 |
+
|
29 |
+
## Citations
|
30 |
+
|
31 |
+
```bibtex
|
32 |
+
@misc{zhang2023adding,
|
33 |
+
title = {Adding Conditional Control to Text-to-Image Diffusion Models},
|
34 |
+
author = {Lvmin Zhang and Maneesh Agrawala},
|
35 |
+
year = 2023,
|
36 |
+
url = {https://arxiv.org/abs/2302.05543},
|
37 |
+
eprint = {2302.05543},
|
38 |
+
archiveprefix = {arXiv},
|
39 |
+
primaryclass = {cs.CV}
|
40 |
+
}
|
41 |
+
```
|