File size: 1,289 Bytes
39ecbc6 9b63413 39ecbc6 9b63413 39ecbc6 9b63413 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
title: Virtual Try-On
emoji: 👗
colorFrom: pink
colorTo: purple
sdk: gradio
sdk_version: 5.34.2
app_file: app.py
pinned: true
---
# Virtual Try-On Demo
This repository is the work demo implementation of [PromptDresser](https://arxiv.org/abs/2412.16978)
> **PromptDresser: Improving the Quality and Controllability of Virtual Try-On via Generative Textual Prompt and Prompt-aware Mask**<br>
> [Jeongho Kim](https://scholar.google.co.kr/citations?user=4SCCBFwAAAAJ&hl=ko), [Hoiyeong Jin](https://scholar.google.com/citations?user=Jp-zhtUAAAAJ&hl=en), [Sunghyun Park](https://psh01087.github.io/), [Jaegul Choo](https://sites.google.com/site/jaegulchoo/)
[[arXiv Paper](https://arxiv.org/abs/2412.16978)]
## Citation
```
@misc{kim2024promptdresserimprovingqualitycontrollability,
title={PromptDresser: Improving the Quality and Controllability of Virtual Try-On via Generative Textual Prompt and Prompt-aware Mask},
author={Jeongho Kim and Hoiyeong Jin and Sunghyun Park and Jaegul Choo},
year={2024},
eprint={2412.16978},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2412.16978},
}
```
## License
Licensed under the CC BY-NC-SA 4.0 license (https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
|