Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +35 -0
- checkpoint_u2net.pth +3 -0
- checkpoints/humanparsing/exp-schp-201908261155-lip.pth +3 -0
- checkpoints/humanparsing/exp-schp-201908301523-atr.pth +3 -0
- checkpoints/humanparsing/parsing_atr.onnx +3 -0
- checkpoints/humanparsing/parsing_lip.onnx +3 -0
- checkpoints/openpose/ckpts/body_pose_model.pth +3 -0
- cloth_segm_u2net_latest.pth +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
images/demo.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# OOTDiffusion
|
6 |
+
[Our OOTDiffusion GitHub repository](https://github.com/levihsu/OOTDiffusion)
|
7 |
+
|
8 |
+
🤗 [Try out OOTDiffusion](https://huggingface.co/spaces/levihsu/OOTDiffusion)
|
9 |
+
|
10 |
+
(Thanks to [ZeroGPU](https://huggingface.co/zero-gpu-explorers) for providing A100 GPUs)
|
11 |
+
|
12 |
+
|
13 |
+
> **OOTDiffusion: Outfitting Fusion based Latent Diffusion for Controllable Virtual Try-on** [[arXiv paper](https://arxiv.org/abs/2403.01779)]<br>
|
14 |
+
> [Yuhao Xu](http://levihsu.github.io/), [Tao Gu](https://github.com/T-Gu), [Weifeng Chen](https://github.com/ShineChen1024), [Chengcai Chen](https://www.researchgate.net/profile/Chengcai-Chen)<br>
|
15 |
+
> Xiao-i Research
|
16 |
+
|
17 |
+
|
18 |
+
Our model checkpoints trained on [VITON-HD](https://github.com/shadow2496/VITON-HD) (half-body) and [Dress Code](https://github.com/aimagelab/dress-code) (full-body) have been released
|
19 |
+
|
20 |
+
* 📢📢 We support ONNX for [humanparsing](https://github.com/GoGoDuck912/Self-Correction-Human-Parsing) now. Most environmental issues should have been addressed : )
|
21 |
+
* Please also download [clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14) into ***checkpoints*** folder
|
22 |
+
* We've only tested our code and models on Linux (Ubuntu 22.04)
|
23 |
+
|
24 |
+

|
25 |
+

|
26 |
+
|
27 |
+
## Citation
|
28 |
+
```
|
29 |
+
@article{xu2024ootdiffusion,
|
30 |
+
title={OOTDiffusion: Outfitting Fusion based Latent Diffusion for Controllable Virtual Try-on},
|
31 |
+
author={Xu, Yuhao and Gu, Tao and Chen, Weifeng and Chen, Chengcai},
|
32 |
+
journal={arXiv preprint arXiv:2403.01779},
|
33 |
+
year={2024}
|
34 |
+
}
|
35 |
+
```
|
checkpoint_u2net.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ca845054ecef9afce86d827e153e2dc0bca7f05602bd00b652a2b839d386d4f
|
3 |
+
size 176607205
|
checkpoints/humanparsing/exp-schp-201908261155-lip.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24fa3254ceeb74c8435458994a64b522fb439a3635b7b86ff470457e0413da00
|
3 |
+
size 267449349
|
checkpoints/humanparsing/exp-schp-201908301523-atr.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9d7c91ce3b4e7133df56b599fc817b533e3439c5e8d282a59126d2fda339a2a
|
3 |
+
size 267445237
|
checkpoints/humanparsing/parsing_atr.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04c7d1d070d0e0ae943d86b18cb5aaaea9e278d97462e9cfb270cbbe4cd977f4
|
3 |
+
size 266859305
|
checkpoints/humanparsing/parsing_lip.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8436e1dae96e2601c373d1ace29c8f0978b16357d9038c17a8ba756cca376dbc
|
3 |
+
size 266863411
|
checkpoints/openpose/ckpts/body_pose_model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25a948c16078b0f08e236bda51a385d855ef4c153598947c28c0d47ed94bb746
|
3 |
+
size 209267595
|
cloth_segm_u2net_latest.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f71fad2bc11789a996acc507d1a5a1602ae0edefc2b9aba1cd198be5cc9c1a44
|
3 |
+
size 176625341
|