h94 commited on
Commit
2de7794
1 Parent(s): 336d6b3
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -10,4 +10,17 @@ library_name: diffusers
10
 
11
  # IP-Adapter Model Card
12
 
13
- The trained models for [IP-Adapter](https://github.com/tencent-ailab/IP-Adapter).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  # IP-Adapter Model Card
12
 
13
+
14
+ <div align="center">
15
+
16
+ [**Project Page**](https://ip-adapter.github.io) **|** [**Paper (ArXiv)**](https://arxiv.org/abs/2308.06721) **|** [**PCode**](https://github.com/tencent-ailab/IP-Adapter)
17
+ </div>
18
+
19
+ ---
20
+
21
+
22
+ ## Introduction
23
+
24
+ we present IP-Adapter, an effective and lightweight adapter to achieve image prompt capability for the pre-trained text-to-image diffusion models. An IP-Adapter with only 22M parameters can achieve comparable or even better performance to a fine-tuned image prompt model. IP-Adapter can be generalized not only to other custom models fine-tuned from the same base model, but also to controllable generation using existing controllable tools. Moreover, the image prompt can also work well with the text prompt to accomplish multimodal image generation.
25
+
26
+ ![arch](./fig1.png)