guozinan yanze commited on
Commit
492b145
1 Parent(s): d58b3ba

Update README.md (#11)

Browse files

- Update README.md (e1537a59363efe351cee98a71c73a807669cb0e6)


Co-authored-by: Yanze Wu <[email protected]>

Files changed (1) hide show
  1. README.md +44 -3
README.md CHANGED
@@ -1,3 +1,44 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # PuLID (NeurIPS 2024)
5
+
6
+ ### 📖 PuLID: Pure and Lightning ID Customization via Contrastive Alignment
7
+ Zinan Guo*, Yanze Wu*✝, Zhuowei Chen, Lang Chen, Peng Zhang, Qian He <br>
8
+ (*Equal Contribution, ✝Corresponding Author) <br>
9
+ ByteDance Inc <br>
10
+
11
+ ### 🚩 Updates
12
+ * **2024.10.31**: release **PuLID-FLUX-v0.9.1** and **PuLID-v1.1**
13
+ * **2024.09.26**: 🎉 PuLID accepted by NeurIPS 2024
14
+ * **2024.09.12**: 💥 We're thrilled to announce the release of the **PuLID-FLUX-v0.9.0 model**. Enjoy exploring its capabilities! 😊 [Learn more about this model](docs/pulid_for_flux.md)
15
+ * **2024.05.23**: share the [preview of our upcoming v1.1 model](docs/v1.1_preview.md), please stay tuned
16
+ * **2024.05.01**: release v1 codes&models, also the [🤗HuggingFace Demo](https://huggingface.co/spaces/yanze/PuLID)
17
+ * **2024.04.25**: release arXiv paper.
18
+
19
+ ## PuLID for FLUX
20
+ Please check the doc and demo of PuLID-FLUX [here](docs/pulid_for_flux.md).
21
+ ### models
22
+ - [PuLID-FLUX-v0.9.1.safetensors](https://huggingface.co/guozinan/PuLID/blob/main/pulid_flux_v0.9.1.safetensors) released in 2024.10.31
23
+ - [PuLID-FLUX-v0.9.0.safetensors](https://huggingface.co/guozinan/PuLID/blob/main/pulid_flux_v0.9.0.safetensors) released in 2024.09.12
24
+ ![pulid_flux_results](https://github.com/user-attachments/assets/7eafb90a-fdd1-4ae7-bc41-8c428d568848)
25
+
26
+ ## PuLID for SDXL
27
+ ### models
28
+ - [pulid_v1.1.safetensors](https://huggingface.co/guozinan/PuLID/blob/main/pulid_v1.1.safetensors) released in 2024.10.31
29
+ - [pulid_v1.bin](https://huggingface.co/guozinan/PuLID/blob/main/pulid_v1.bin) released in 2024.05.01
30
+ ![pulid_sdxl_examples](https://github.com/ToTheBeginning/PuLID/assets/11482921/65610b0d-ba4f-4dc3-a74d-bd60f8f5ce37)
31
+
32
+ ## Citation
33
+ If you find PuLID useful for your research, please consider citing our paper:
34
+ ```bibtex
35
+ @article{guo2024pulid,
36
+ title={PuLID: Pure and Lightning ID Customization via Contrastive Alignment},
37
+ author={Guo, Zinan and Wu, Yanze and Chen, Zhuowei and Chen, Lang and He, Qian},
38
+ journal={arXiv preprint arXiv:2404.16022},
39
+ year={2024}
40
+ }
41
+ ```
42
+
43
+ ## 📧 Contact
44
+ If you have any comments or questions, please [open a new issue](https://github.com/ToTheBeginning/PuLID/issues/new/choose) or feel free to contact [Yanze Wu](https://tothebeginning.github.io/) and [Zinan Guo](mailto:[email protected]).