Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-to-image
|
6 |
+
library_name: diffusers
|
7 |
+
tags:
|
8 |
+
- text-to-image
|
9 |
+
- stable-diffusion
|
10 |
+
- controllable-generation
|
11 |
+
---
|
12 |
+
|
13 |
+
# ControlNeXt-SDXL Deepfashion-Multiview
|
14 |
+
|
15 |
+
<div align="center" style="display: flex; justify-content: center; align-items: center;">
|
16 |
+
<img src="https://i.postimg.cc/jSG6zj52/Anythingv3-fischl.jpg" alt="Cover A" title="Cover A" style="width: 300px;"/>
|
17 |
+
<img src="https://i.postimg.cc/xdMvgSJR/Dream-Shaper.jpg" alt="Cover B" title="Cover B" style="width: 300px;"/>
|
18 |
+
</div>
|
19 |
+
|
20 |
+
Github: https://github.com/dvlab-research/ControlNeXt
|
21 |
+
|
22 |
+
Paper: https://arxiv.org/abs/2408.06070
|