Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: stable-diffusion-xl-1.0-inpainting-0.1
|
| 3 |
+
tags:
|
| 4 |
+
- stable-diffusion-xl
|
| 5 |
+
- virtual try-on
|
| 6 |
+
license: cc-by-nc-sa-4.0
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
# Check out more details on our [project page](https://onemodelforall.github.io/).
|
| 11 |
+
|
| 12 |
+
# One Model For All : Unified Try-On and Try-Off in Any Pose via LLM-Inspired Bidirectional Tweedie Diffusion
|
| 13 |
+
This repository provides the open-source weights for the paper ["One Model For All: Unified Try-On and Try-Off in Any Pose via LLM-Inspired Bidirectional Tweedie Diffusion"](https://arxiv.org/abs/2508.04559).
|
| 14 |
+
|
| 15 |
+
Our project supports virtual try-on, virtual try-off, and arbitrary-pose try-on in a unified framework, enabling flexible outfit transfer from only a single portrait and a target garment.
|
| 16 |
+
- [paper](https://arxiv.org/abs/2508.04559)
|
| 17 |
+
- [project page](https://onemodelforall.github.io/)
|
| 18 |
+
-
|
| 19 |
+

|
| 20 |
+
|
| 21 |
+
## Released Weights
|
| 22 |
+
|
| 23 |
+
We release two sets of weights for inference on the VITON-HD and DeepFashion-MultiModal datasets, respectively.
|
| 24 |
+
|
| 25 |
+
Both support high-resolution image generation at $768 \times 1024$.
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
## License
|
| 32 |
+
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).
|