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). | |