Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,56 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: stable-diffusion-xl-1.0-inpainting-0.1
|
| 3 |
+
tags:
|
| 4 |
+
- stable-diffusion-xl
|
| 5 |
+
- inpainting
|
| 6 |
+
- virtual try-on
|
| 7 |
+
license: cc-by-nc-sa-4.0
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# Check out more codes on our [github repository](https://github.com/yisol/IDM-VTON)!
|
| 13 |
+
|
| 14 |
+
# IDM-VTON : Improving Diffusion Models for Authentic Virtual Try-on in the Wild
|
| 15 |
+
This is an official implementation of paper 'Improving Diffusion Models for Authentic Virtual Try-on in the Wild'
|
| 16 |
+
- [paper](https://arxiv.org/abs/2403.05139)
|
| 17 |
+
- [project page](https://idm-vton.github.io/)
|
| 18 |
+
|
| 19 |
+
🤗 Try our huggingface [Demo](https://huggingface.co/spaces/yisol/IDM-VTON)
|
| 20 |
+
|
| 21 |
+

|
| 22 |
+

|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
## TODO LIST
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
- [x] demo model
|
| 29 |
+
- [x] inference code
|
| 30 |
+
- [ ] training code
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
## Acknowledgements
|
| 36 |
+
|
| 37 |
+
For the demo, GPUs are supported from [zerogpu](https://huggingface.co/zero-gpu-explorers), and auto masking generation codes are based on [OOTDiffusion](https://github.com/levihsu/OOTDiffusion) and [DCI-VTON](https://github.com/bcmi/DCI-VTON-Virtual-Try-On).
|
| 38 |
+
Parts of the code are based on [IP-Adapter](https://github.com/tencent-ailab/IP-Adapter).
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
## Citation
|
| 43 |
+
```
|
| 44 |
+
@article{choi2024improving,
|
| 45 |
+
title={Improving Diffusion Models for Virtual Try-on},
|
| 46 |
+
author={Choi, Yisol and Kwak, Sangkyung and Lee, Kyungmin and Choi, Hyungwon and Shin, Jinwoo},
|
| 47 |
+
journal={arXiv preprint arXiv:2403.05139},
|
| 48 |
+
year={2024}
|
| 49 |
+
}
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
## License
|
| 53 |
+
The codes and checkpoints in this repository are under the [CC BY-NC-SA 4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
|