yanze commited on
Commit
bb7359c
1 Parent(s): 9eb3654

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -56
README.md CHANGED
@@ -1,56 +1,13 @@
1
- # PuLID
2
-
3
- ### :open_book: PuLID: Pure and Lightning ID Customization via Contrastive Alignment
4
- > [![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2404.16022)<br>
5
- > Zinan Guo*, Yanze Wu*✝, Zhuowei Chen, Lang Chen, Qian He <br>
6
- > (*Equal Contribution, ✝Corresponding Author) <br>
7
- > ByteDance Inc <br>
8
-
9
- ### :triangular_flag_on_post: Updates
10
- * **2024.05.01**: release codes&models.
11
- * **2024.04.25**: release arXiv paper.
12
-
13
- ## Examples
14
- Images generated with our PuLID
15
- ![examples](https://github.com/ToTheBeginning/PuLID/assets/11482921/65610b0d-ba4f-4dc3-a74d-bd60f8f5ce37)
16
- Applications
17
-
18
- https://github.com/ToTheBeginning/PuLID/assets/11482921/9bdd0c8a-99e8-4eab-ab9e-39bf796cc6b8
19
-
20
- ## :wrench: Dependencies and Installation
21
- - Python >= 3.7 (Recommend to use [Anaconda](https://www.anaconda.com/download/#linux) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
22
- - [PyTorch >= 2.0](https://pytorch.org/)
23
- ```bash
24
- # clone PuLID repo
25
- git clone https://github.com/ToTheBeginning/PuLID.git
26
- cd PuLID
27
- # create conda env
28
- conda create --name pulid python=3.10
29
- # activate env
30
- conda activate pulid
31
- # Install dependent packages
32
- pip install -r requirements.txt
33
- ```
34
-
35
- ## :zap: Quick Inference
36
- ### Gradio Demo
37
- ```bash
38
- python app.py
39
- ```
40
-
41
-
42
- ## Citation
43
- If PuLID is helpful, please help to ⭐ the repo.
44
-
45
- If you find this project useful for your research, please consider citing our paper:
46
- ```bibtex
47
- @article{guo2024pulid,
48
- title={PuLID: Pure and Lightning ID Customization via Contrastive Alignment},
49
- author={Guo, Zinan and Wu, Yanze and Chen, Zhuowei and Chen, Lang and He, Qian},
50
- journal={arXiv preprint arXiv:2404.16022},
51
- year={2024}
52
- }
53
- ```
54
-
55
- ## :e-mail: Contact
56
- 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:guozinan.1@bytedance.com).
 
1
+ ---
2
+ title: PuLID
3
+ emoji:
4
+ colorFrom: pink
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: 4.14.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ ---
12
+
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference