Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,7 @@ license: cc-by-nc-sa-4.0
|
|
5 |
# OOTDiffusion
|
6 |
[Our OOTDiffusion GitHub repository](https://github.com/levihsu/OOTDiffusion)
|
7 |
|
8 |
-
[Try out OOTDiffusion](https://
|
9 |
-
|
10 |
-
🤗 [Hugging Face demo](https://huggingface.co/spaces/levihsu/OOTDiffusion) (Many thanks to [ZeroGPU](https://huggingface.co/zero-gpu-explorers) for providing GPUs)
|
11 |
|
12 |
Please give me a star if you find it interesting!
|
13 |
|
@@ -24,3 +22,13 @@ Our model checkpoints trained on [VITON-HD](https://github.com/shadow2496/VITON-
|
|
24 |
|
25 |
![demo](images/demo.png)
|
26 |
![workflow](images/workflow.png)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# OOTDiffusion
|
6 |
[Our OOTDiffusion GitHub repository](https://github.com/levihsu/OOTDiffusion)
|
7 |
|
8 |
+
🤗 [Try out OOTDiffusion](https://huggingface.co/spaces/levihsu/OOTDiffusion) (Many thanks to [ZeroGPU](https://huggingface.co/zero-gpu-explorers) for providing GPUs)
|
|
|
|
|
9 |
|
10 |
Please give me a star if you find it interesting!
|
11 |
|
|
|
22 |
|
23 |
![demo](images/demo.png)
|
24 |
![workflow](images/workflow.png)
|
25 |
+
|
26 |
+
## Citation
|
27 |
+
```
|
28 |
+
@article{xu2024ootdiffusion,
|
29 |
+
title={OOTDiffusion: Outfitting Fusion based Latent Diffusion for Controllable Virtual Try-on},
|
30 |
+
author={Xu, Yuhao and Gu, Tao and Chen, Weifeng and Chen, Chengcai},
|
31 |
+
journal={arXiv preprint arXiv:2403.01779},
|
32 |
+
year={2024}
|
33 |
+
}
|
34 |
+
```
|