Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,71 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: diffusers
|
6 |
+
pipeline_tag: text-to-image
|
7 |
---
|
8 |
+
|
9 |
+
# PhotoMaker Model Card
|
10 |
+
|
11 |
+
<div align="center">
|
12 |
+
|
13 |
+
[**Project Page**](https://photo-maker.github.io/) **|** [**Paper (ArXiv)**](https://arxiv.org/abs/2312.04461) **|** [**Code**](https://github.com/TencentARC/PhotoMaker)
|
14 |
+
|
15 |
+
[🤗 **Gradio demo (Realistic)**](https://huggingface.co/spaces/TencentARC/PhotoMaker) **|** [🤗 **Gradio demo (Stylization)**](https://huggingface.co/spaces/TencentARC/PhotoMaker-Style)
|
16 |
+
|
17 |
+
</div>
|
18 |
+
|
19 |
+
## Introduction
|
20 |
+
|
21 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
22 |
+
Users can input one or several face photos, along with a text prompt, to receive a customized photo or painting within seconds (no training required!). Additionally, this model can be adapted to any base model based on SDXL or used in conjunction with other LoRA models.
|
23 |
+
|
24 |
+
### Realistic results
|
25 |
+
|
26 |
+
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6285a9133ab6642179158944/BYBZNyfmN4jBKBxxt4uxz.jpeg)
|
27 |
+
|
28 |
+
### Stylization results
|
29 |
+
|
30 |
+
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6285a9133ab6642179158944/du884lcjpqqjnJIxpATM2.jpeg)
|
31 |
+
|
32 |
+
More results can be found in our [project page](https://photo-maker.github.io/)
|
33 |
+
|
34 |
+
## Model Details
|
35 |
+
|
36 |
+
### Model Description
|
37 |
+
|
38 |
+
<!-- Provide a longer summary of what this model is. -->
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
+
- **Developed by:** [More Information Needed]
|
43 |
+
- **Funded by [optional]:** [More Information Needed]
|
44 |
+
- **Shared by [optional]:** [More Information Needed]
|
45 |
+
- **Model type:** [More Information Needed]
|
46 |
+
- **Language(s) (NLP):** [More Information Needed]
|
47 |
+
- **License:** [More Information Needed]
|
48 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
49 |
+
|
50 |
+
|
51 |
+
## Bias, Risks, and Limitations
|
52 |
+
|
53 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
54 |
+
|
55 |
+
[More Information Needed]
|
56 |
+
|
57 |
+
|
58 |
+
## Citation [optional]
|
59 |
+
|
60 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
61 |
+
|
62 |
+
**BibTeX:**
|
63 |
+
|
64 |
+
```bibtex
|
65 |
+
@article{li2023photomaker,
|
66 |
+
title={PhotoMaker: Customizing Realistic Human Photos via Stacked ID Embedding},
|
67 |
+
author={Li, Zhen and Cao, Mingdeng and Wang, Xintao and Qi, Zhongang and Cheng, Ming-Ming and Shan, Ying},
|
68 |
+
booktitle={arXiv preprint arxiv:2312.04461},
|
69 |
+
year={2023}
|
70 |
+
}
|
71 |
+
```
|