Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: refiners
|
3 |
+
pipeline_tag: image-to-image
|
4 |
+
base_model: lllyasviel/misc
|
5 |
+
base_model_relation: adapter
|
6 |
+
tags:
|
7 |
+
- image-to-image
|
8 |
+
- stable-diffusion
|
9 |
+
- sdxl
|
10 |
+
- art
|
11 |
+
- controllora
|
12 |
+
---
|
13 |
+
|
14 |
+
# ControlLoRA CPDS
|
15 |
+
|
16 |
+
![controlnet architecture](https://github.com/lllyasviel/ControlNet/blob/e38d22aa1ce2c2c72d2536c8f337b47249033c98/github_page/sd.png?raw=true)
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
|
20 |
+
```bibtex
|
21 |
+
@software{wu2023controllorav2,
|
22 |
+
author = {Wu Hecong},
|
23 |
+
month = {9},
|
24 |
+
title = {{ControlLoRA Version 2: A Lightweight Neural Network To Control Stable Diffusion Spatial Information Version 2}},
|
25 |
+
url = {https://github.com/HighCWu/control-lora-2},
|
26 |
+
version = {1.0.0},
|
27 |
+
year = {2023}
|
28 |
+
}
|
29 |
+
```
|