1aurent commited on
Commit
a553b2f
1 Parent(s): 6a9e2bc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: refiners
4
+ pipeline_tag: image-to-image
5
+ base_model: TencentARC/t2i-adapter-depth-zoe-sdxl-1.0
6
+ base_model_relation: adapter
7
+ tags:
8
+ - image-to-image
9
+ - stable-diffusion
10
+ - sdxl
11
+ - art
12
+ - t2i
13
+ ---
14
+
15
+ # SDXL T2I-Adapter Depth Zoe
16
+
17
+ ![t2i_adapter architecture](https://miro.medium.com/v2/1*VWXAU7QrDf-uJTlm-VRJvA.png)
18
+
19
+ ## Citation
20
+
21
+ ```bibtex
22
+ @article{mou2023t2i,
23
+ title = {T2i-adapter: Learning adapters to dig out more controllable ability for text-to-image diffusion models},
24
+ author = {Mou, Chong and Wang, Xintao and Xie, Liangbin and Wu, Yanze and Zhang, Jian and Qi, Zhongang and Shan, Ying and Qie, Xiaohu},
25
+ journal = {arXiv preprint arXiv:2302.08453},
26
+ year = {2023}
27
+ }
28
+ ```