Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,21 @@ library_name: diffusers
|
|
11 |
# IP-Adapter-FaceID Model Card
|
12 |
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
## Introduction
|
16 |
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
|
19 |
-
![results](./ip-adapter-faceid.jpg)
|
|
|
11 |
# IP-Adapter-FaceID 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) **|** [**Code**](https://github.com/tencent-ailab/IP-Adapter)
|
17 |
+
</div>
|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
+
|
22 |
|
23 |
## Introduction
|
24 |
|
25 |
+
An experimental version of IP-Adapter-FaceID: we use face ID embedding from a face recognition model instead of CLIP image embedding, additionally, we use LoRA to improve ID consistency. IP-Adapter-FaceID can enerate various style images conditioned on a face with only text prompts.
|
26 |
+
|
27 |
+
![results](./ip-adapter-faceid.jpg)
|
28 |
+
|
29 |
+
|
30 |
|
31 |
|
|