|
3 | 3 | # <center> 🐈 CatVTON: Concatenation Is All You Need for Virtual Try-On with Diffusion Models
|
4 | 4 |
|
5 | 5 | <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'> |
11 | 8 | </a>
|
12 | 9 | <a href='https://huggingface.co/zhengchong/CatVTON' style="margin: 0 2px;">
|
13 | 10 | <img src='https://img.shields.io/badge/Hugging Face-ckpts-orange?style=flat&logo=HuggingFace&logoColor=orange' alt='huggingface'>
|
14 | 11 | </a>
|
15 | 12 | <a href="https://github.com/Zheng-Chong/CatVTON" style="margin: 0 2px;">
|
16 | 13 | <img src='https://img.shields.io/badge/GitHub-Repo-blue?style=flat&logo=GitHub' alt='GitHub'>
|
17 | 14 | </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> |
18 | 21 | <a href="https://github.com/Zheng-Chong/CatVTON/LICENCE" style="margin: 0 2px;">
|
19 | 22 | <img src='https://img.shields.io/badge/License-CC BY--NC--SA--4.0-lightgreen?style=flat&logo=Lisence' alt='License'>
|
20 | 23 | </a>
|
|
30 | 33 |
|
31 | 34 |
|
32 | 35 | ## Updates
|
| 36 | +- **`2024/7/24`**: Our [**Paper on ArXiv**](http://arxiv.org/abs/2407.15886) is available now 🥳! |
33 | 37 | - **`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 🎉!
|
34 | 38 | - **`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.
|
35 | 39 | - **`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 \
|
100 | 104 |
|
101 | 105 | ## Acknowledgement
|
102 | 106 | 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 |
104 | 108 |
|
105 | 109 |
|
106 | 110 | ```
|
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 | +``` |
0 commit comments