Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,6 @@ license: cc-by-nc-sa-4.0
|
|
| 5 |
|
| 6 |
# <center> 🐈 CatVTON: Concatenation Is All You Need for Virtual Try-On with Diffusion Models
|
| 7 |
|
| 8 |
-
<!-- <p align="center"> -->
|
| 9 |
<div style="display: flex; justify-content: center; align-items: center;">
|
| 10 |
<a href="https://github.com/Zheng-Chong/CatVTON" style="margin: 0 5px;">
|
| 11 |
<img src='https://img.shields.io/badge/arXiv-Paper(soon)-red?style=flat&logo=arXiv&logoColor=red' alt='arxiv'>
|
|
@@ -22,14 +21,8 @@ license: cc-by-nc-sa-4.0
|
|
| 22 |
<a href="https://github.com/Zheng-Chong/CatVTON/LICENCE" style="margin: 0 5px;">
|
| 23 |
<img src='https://img.shields.io/badge/License-CC BY--NC--SA--4.0-lightgreen?style=flat&logo=Lisence' alt='License'>
|
| 24 |
</a>
|
| 25 |
-
<!-- </p> -->
|
| 26 |
</div>
|
| 27 |
|
| 28 |
-
<div align="center">
|
| 29 |
-
<img src="resource/img/teaser.jpg" width="100%" height="100%"/>
|
| 30 |
-
</div>
|
| 31 |
-
|
| 32 |
-
<!-- This repository is the official implementation of ***CatVTON: Concatenation Is All You Need for Virtual Try-On with Diffsuion Models***. -->
|
| 33 |
|
| 34 |
**CatVTON** is a simple and efficient virtual try-on diffusion model with ***1) Lightweight Network (899.06M parameters totally)***, ***2) Parameter-Efficient Training (49.57M parameters trainable)*** and ***3) Simplified Inference (< 8G VRAM for 1024X768 resolution)***.
|
| 35 |
|
|
|
|
| 5 |
|
| 6 |
# <center> 🐈 CatVTON: Concatenation Is All You Need for Virtual Try-On with Diffusion Models
|
| 7 |
|
|
|
|
| 8 |
<div style="display: flex; justify-content: center; align-items: center;">
|
| 9 |
<a href="https://github.com/Zheng-Chong/CatVTON" style="margin: 0 5px;">
|
| 10 |
<img src='https://img.shields.io/badge/arXiv-Paper(soon)-red?style=flat&logo=arXiv&logoColor=red' alt='arxiv'>
|
|
|
|
| 21 |
<a href="https://github.com/Zheng-Chong/CatVTON/LICENCE" style="margin: 0 5px;">
|
| 22 |
<img src='https://img.shields.io/badge/License-CC BY--NC--SA--4.0-lightgreen?style=flat&logo=Lisence' alt='License'>
|
| 23 |
</a>
|
|
|
|
| 24 |
</div>
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
**CatVTON** is a simple and efficient virtual try-on diffusion model with ***1) Lightweight Network (899.06M parameters totally)***, ***2) Parameter-Efficient Training (49.57M parameters trainable)*** and ***3) Simplified Inference (< 8G VRAM for 1024X768 resolution)***.
|
| 28 |
|