Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
4 |
+
tags:
|
5 |
+
- art
|
6 |
+
- t2i-adapter
|
7 |
+
- stable-diffusion
|
8 |
+
- image-to-image
|
9 |
+
---
|
10 |
+
|
11 |
+
# T2I Adapter - SDXL
|
12 |
+
|
13 |
+
T2I Adapter is a network providing additional conditioning to stable diffusion. Each t2i checkpoint takes a different type of conditioning as input and is used with a specific base stable diffusion checkpoint.
|
14 |
+
|
15 |
+
This checkpoint provides conditioning on sketches for the stable diffusion XL checkpoint.
|
16 |
+
|
17 |
+
## The Original Recipe Drives SDXL.
|
18 |
+
|
19 |
+
| | SD-V1.4/1.5 | SD-XL | T2I-Adapter | T2I-Adapter-SDXL |
|
20 |
+
| --- | --- |--- |--- |--- |
|
21 |
+
| Parameters | 860M | 2.6B |77 M | 77 M | |
|
22 |
+
|
23 |
+
## Examples and Comparison
|
24 |
+
|
25 |
+
- Keypoint-guided
|
26 |
+
<p align="center">
|
27 |
+
<img src="https://huggingface.co/TencentARC/T2I-Adapter/resolve/main/assets_XL/g_pose2.png" height=520>
|
28 |
+
</p>
|
29 |
+
|
30 |
+
- Sketch-guided
|
31 |
+
<p align="center">
|
32 |
+
<img src="https://huggingface.co/TencentARC/T2I-Adapter/resolve/main/assets_XL/g_sketch.PNG" height=520>
|
33 |
+
</p>
|
34 |
+
|
35 |
+
- Canny-guided
|
36 |
+
<p align="center">
|
37 |
+
<img src="https://huggingface.co/TencentARC/T2I-Adapter/resolve/main/assets_XL/g_canny.png" height=520>
|
38 |
+
</p>
|