Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ language:
|
|
5 |
library_name: diffusers
|
6 |
---
|
7 |
<p align="center">
|
8 |
-
<img src="https://github.com/JackAILab/ConsistentID/assets/135965025/c0594480-d73d-4268-95ca-5494ca2a61e4" height=
|
9 |
|
10 |
</p>
|
11 |
|
@@ -106,9 +106,29 @@ We are hosting the model weights on **huggingface** to achieve a faster and more
|
|
106 |
The pre-trained model parameters of the model can now be downloaded on [Google Drive](https://drive.google.com/file/d/1jCHICryESmNkzGi8J_FlY3PjJz9gqoSI/view?usp=drive_link) or [Baidu Netdisk](https://pan.baidu.com/s/1NAVmH8S7Ls5rZc-snDk1Ng?pwd=nsh6).
|
107 |
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
|
110 |
|
111 |
|
112 |
-
---
|
113 |
-
license: mit
|
114 |
-
---
|
|
|
5 |
library_name: diffusers
|
6 |
---
|
7 |
<p align="center">
|
8 |
+
<img src="https://github.com/JackAILab/ConsistentID/assets/135965025/c0594480-d73d-4268-95ca-5494ca2a61e4" height=20>
|
9 |
|
10 |
</p>
|
11 |
|
|
|
106 |
The pre-trained model parameters of the model can now be downloaded on [Google Drive](https://drive.google.com/file/d/1jCHICryESmNkzGi8J_FlY3PjJz9gqoSI/view?usp=drive_link) or [Baidu Netdisk](https://pan.baidu.com/s/1NAVmH8S7Ls5rZc-snDk1Ng?pwd=nsh6).
|
107 |
|
108 |
|
109 |
+
## Acknowledgement
|
110 |
+
* Inspired from many excellent demos and repos, including [IPAdapter](https://github.com/tencent-ailab/IP-Adapter), [FastComposer](https://github.com/mit-han-lab/fastcomposer), [PhotoMaker](https://github.com/TencentARC/PhotoMaker). Thanks for their great works!
|
111 |
+
* Thanks to the open source contributions of the following work: [face-parsing.PyTorch](https://github.com/zllrunning/face-parsing.PyTorch), [LLaVA](https://github.com/haotian-liu/LLaVA), [insightface](https://github.com/deepinsight/insightface), [FFHQ](https://github.com/NVlabs/ffhq-dataset), [CelebA](https://github.com/switchablenorms/CelebAMask-HQ), [SFHQ](https://github.com/SelfishGene/SFHQ-dataset).
|
112 |
+
* Thanks to the [HuggingFace](https://github.com/huggingface) gradio team for their free GPU support!
|
113 |
+
|
114 |
+
|
115 |
+
## Disclaimer
|
116 |
+
This project strives to impact the domain of AI-driven image generation positively. Users are granted the freedom to create images using this tool, but they are expected to comply with local laws and utilize it responsibly. The developers do not assume any responsibility for potential misuse by users.
|
117 |
+
|
118 |
+
|
119 |
+
## Citation
|
120 |
+
If you found this code helpful, please consider citing:
|
121 |
+
~~~
|
122 |
+
@article{huang2024consistentid,
|
123 |
+
title={ConsistentID: Portrait Generation with Multimodal Fine-Grained Identity Preserving},
|
124 |
+
author={Huang, Jiehui and Dong, Xiao and Song, Wenhui and Li, Hanhui and Zhou, Jun and Cheng, Yuhao and Liao, Shutao and Chen, Long and Yan, Yiqiang and Liao, Shengcai and others},
|
125 |
+
journal={arXiv preprint arXiv:2404.16771},
|
126 |
+
year={2024}
|
127 |
+
}
|
128 |
+
~~~
|
129 |
+
|
130 |
+
|
131 |
+
|
132 |
|
133 |
|
134 |
|
|
|
|
|
|