Skip to content

Commit ca26399

Browse files
author
ZhengChong
committed
chore: Update README.md with ArXiv
1 parent 446279a commit ca26399

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

README.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@
33
# <center> 🐈 CatVTON: Concatenation Is All You Need for Virtual Try-On with Diffusion Models
44

55
<div style="display: flex; justify-content: center; align-items: center;">
6-
<a href="https://github.com/Zheng-Chong/CatVTON" style="margin: 0 2px;">
7-
<img src='https://img.shields.io/badge/arXiv-Paper(soon)-red?style=flat&logo=arXiv&logoColor=red' alt='arxiv'>
8-
</a>
9-
<a href="http://120.76.142.206:8888" style="margin: 0 2px;">
10-
<img src='https://img.shields.io/badge/Demo-Gradio-orange?style=flat&logo=Gradio&logoColor=red' alt='Demo'>
6+
<a href="http://arxiv.org/abs/2407.15886" style="margin: 0 2px;">
7+
<img src='https://img.shields.io/badge/arXiv-2407.15886-red?style=flat&logo=arXiv&logoColor=red' alt='arxiv'>
118
</a>
129
<a href='https://huggingface.co/zhengchong/CatVTON' style="margin: 0 2px;">
1310
<img src='https://img.shields.io/badge/Hugging Face-ckpts-orange?style=flat&logo=HuggingFace&logoColor=orange' alt='huggingface'>
1411
</a>
1512
<a href="https://github.com/Zheng-Chong/CatVTON" style="margin: 0 2px;">
1613
<img src='https://img.shields.io/badge/GitHub-Repo-blue?style=flat&logo=GitHub' alt='GitHub'>
1714
</a>
15+
<a href="http://120.76.142.206:8888" style="margin: 0 2px;">
16+
<img src='https://img.shields.io/badge/Demo-Gradio-gold?style=flat&logo=Gradio&logoColor=red' alt='Demo'>
17+
</a>
18+
<a href='https://huggingface.co/zhengchong/CatVTON' style="margin: 0 2px;">
19+
<img src='https://img.shields.io/badge/Webpage-Project(soon)-silver?style=flat&logo=&logoColor=orange' alt='webpage'>
20+
</a>
1821
<a href="https://github.com/Zheng-Chong/CatVTON/LICENCE" style="margin: 0 2px;">
1922
<img src='https://img.shields.io/badge/License-CC BY--NC--SA--4.0-lightgreen?style=flat&logo=Lisence' alt='License'>
2023
</a>
@@ -30,6 +33,7 @@
3033

3134

3235
## Updates
36+
- **`2024/7/24`**: Our [**Paper on ArXiv**](http://arxiv.org/abs/2407.15886) is available now 🥳!
3337
- **`2024/7/22`**: Our [**App Code**](https://github.com/Zheng-Chong/CatVTON/blob/main/app.py) is released, deploy and enjoy CatVTON on your own mechine 🎉!
3438
- **`2024/7/21`**: Our [**Inference Code**](https://github.com/Zheng-Chong/CatVTON/blob/main/inference.py) and [**Weights** 🤗](https://huggingface.co/zhengchong/CatVTON) are released.
3539
- **`2024/7/11`**: Our [**Online Demo**](http://120.76.142.206:8888) is released 😁.
@@ -100,8 +104,17 @@ CUDA_VISIBLE_DEVICES=0 python inference.py \
100104

101105
## Acknowledgement
102106
Our code is modified based on [Diffusers](https://github.com/huggingface/diffusers). We use [SCHP](https://github.com/GoGoDuck912/Self-Correction-Human-Parsing/tree/master) and [DensePose](https://github.com/facebookresearch/DensePose) to automaticly generate mask in our [Gradio](https://github.com/gradio-app/gradio) App. Thanks to all the contributors!
103-
<!-- ## Citation
107+
## Citation
104108

105109

106110
```
107-
``` -->
111+
@misc{chong2024catvtonconcatenationneedvirtual,
112+
title={CatVTON: Concatenation Is All You Need for Virtual Try-On with Diffusion Models},
113+
author={Zheng Chong and Xiao Dong and Haoxiang Li and Shiyue Zhang and Wenqing Zhang and Xujie Zhang and Hanqing Zhao and Xiaodan Liang},
114+
year={2024},
115+
eprint={2407.15886},
116+
archivePrefix={arXiv},
117+
primaryClass={cs.CV},
118+
url={https://arxiv.org/abs/2407.15886},
119+
}
120+
```

app.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,18 +211,21 @@ def person_example_fn(image_path):
211211
HEADER = """
212212
<h1 style="text-align: center;"> 🐈 CatVTON: Concatenation Is All You Need for Virtual Try-On with Diffusion Models </h1>
213213
<div style="display: flex; justify-content: center; align-items: center;">
214-
<a href="https://github.com/Zheng-Chong/CatVTON" style="margin: 0 2px;">
215-
<img src='https://img.shields.io/badge/arXiv-Paper(soon)-red?style=flat&logo=arXiv&logoColor=red' alt='arxiv'>
216-
</a>
217-
<a href="http://120.76.142.206:8888" style="margin: 0 2px;">
218-
<img src='https://img.shields.io/badge/Demo-Gradio-orange?style=flat&logo=Gradio&logoColor=red' alt='Demo'>
214+
<a href="http://arxiv.org/abs/2407.15886" style="margin: 0 2px;">
215+
<img src='https://img.shields.io/badge/arXiv-2407.15886-red?style=flat&logo=arXiv&logoColor=red' alt='arxiv'>
219216
</a>
220217
<a href='https://huggingface.co/zhengchong/CatVTON' style="margin: 0 2px;">
221218
<img src='https://img.shields.io/badge/Hugging Face-ckpts-orange?style=flat&logo=HuggingFace&logoColor=orange' alt='huggingface'>
222219
</a>
223220
<a href="https://github.com/Zheng-Chong/CatVTON" style="margin: 0 2px;">
224221
<img src='https://img.shields.io/badge/GitHub-Repo-blue?style=flat&logo=GitHub' alt='GitHub'>
225222
</a>
223+
<a href="http://120.76.142.206:8888" style="margin: 0 2px;">
224+
<img src='https://img.shields.io/badge/Demo-Gradio-gold?style=flat&logo=Gradio&logoColor=red' alt='Demo'>
225+
</a>
226+
<a href='https://huggingface.co/zhengchong/CatVTON' style="margin: 0 2px;">
227+
<img src='https://img.shields.io/badge/Webpage-Project(soon)-silver?style=flat&logo=&logoColor=orange' alt='webpage'>
228+
</a>
226229
<a href="https://github.com/Zheng-Chong/CatVTON/LICENCE" style="margin: 0 2px;">
227230
<img src='https://img.shields.io/badge/License-CC BY--NC--SA--4.0-lightgreen?style=flat&logo=Lisence' alt='License'>
228231
</a>

0 commit comments

Comments
 (0)