ixarchakos
commited on
Commit
•
d1c20b5
1
Parent(s):
66bac1c
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: server-side-public-license
|
4 |
+
license_link: https://www.mongodb.com/legal/licensing/server-side-public-license
|
5 |
+
tags:
|
6 |
+
- diffusion
|
7 |
+
- virtual try-on
|
8 |
+
- virtual try-off
|
9 |
+
- image generation
|
10 |
+
- fashion
|
11 |
+
- e-commerce
|
12 |
+
base_model:
|
13 |
+
- stable-diffusion-v1-5/stable-diffusion-inpainting
|
14 |
+
pipeline_tag: image-to-image
|
15 |
+
library_name: diffusers
|
16 |
+
---
|
17 |
+
## TryOffAnyone
|
18 |
+
|
19 |
+
The models proposed in the paper _"TryOffAnyone: Tiled Cloth Generation from a Dressed Person"_
|
20 |
+
[[paper]][paper_arxiv]:
|
21 |
+
|
22 |
+
|
23 |
+
### Citation
|
24 |
+
If you find this repository useful in your research, please consider giving a star ⭐ and a citation:
|
25 |
+
```
|
26 |
+
|
27 |
+
```
|
28 |
+
|
29 |
+
[hf_spaces]: https://https://huggingface.co/ixarchakos/tryOffAnyone/blob/main/app.py
|
30 |
+
[paper_arxiv]:
|
31 |
+
[github]: https://github.com/ixarchakos/try-off-anyone
|
32 |
+
[license]: https://www.mongodb.com/legal/licensing/server-side-public-license
|