1aurent commited on
Commit
2516bc6
1 Parent(s): 22c8f7c

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: h94/IP-Adapter
6
+ base_model_relation: adapter
7
+ tags:
8
+ - image-to-image
9
+ - stable-diffusion
10
+ - sd1.5
11
+ - art
12
+ - image-prompt
13
+ ---
14
+
15
+ # SD1.5 IP-Adapter Plus
16
+
17
+ ![ip_adapter architecture](https://raw.githubusercontent.com/tencent-ailab/IP-Adapter/62e4af9d0c1ac7d5f8dd386a0ccf2211346af1a2/assets/figs/fig1.png)
18
+
19
+ ## Citation
20
+
21
+ ```bibtex
22
+ @article{ye2023ip-adapter,
23
+ title = {IP-Adapter: Text Compatible Image Prompt Adapter for Text-to-Image Diffusion Models},
24
+ author = {Ye, Hu and Zhang, Jun and Liu, Sibo and Han, Xiao and Yang, Wei},
25
+ booktitle = {arXiv preprint arxiv:2308.06721},
26
+ year = {2023}
27
+ }
28
+ ```