Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ library_name: diffusers
|
|
18 |
## TryOffDiff
|
19 |
|
20 |
The models proposed in the paper _"TryOffDiff: Virtual-Try-Off via High-Fidelity Garment Reconstruction using Diffusion Models"_
|
21 |
-
[[paper]]
|
22 |
- `tryoffdiff.pth`: The pre-trained StableDiffusion-v1.4 fine-tuned on `VITON-HD-train` dataset.
|
23 |
- `.pth`: A U-Net trained from scratch on `VITON-HD-train` dataset.
|
24 |
- `.pth`:
|
@@ -62,6 +62,7 @@ If you find this repository useful in your research, please consider giving a st
|
|
62 |
|
63 |
[hf_spaces]: https://huggingface.co/spaces/rizavelioglu/tryoffdiff
|
64 |
[project_page]: https://rizavelioglu.github.io/tryoffdiff/
|
|
|
65 |
[github]: https://github.com/rizavelioglu/tryoffdiff
|
66 |
[license]: https://www.mongodb.com/legal/licensing/server-side-public-license
|
67 |
|
|
|
18 |
## TryOffDiff
|
19 |
|
20 |
The models proposed in the paper _"TryOffDiff: Virtual-Try-Off via High-Fidelity Garment Reconstruction using Diffusion Models"_
|
21 |
+
[[paper]][paper_arxiv] [[project page]][project_page]:
|
22 |
- `tryoffdiff.pth`: The pre-trained StableDiffusion-v1.4 fine-tuned on `VITON-HD-train` dataset.
|
23 |
- `.pth`: A U-Net trained from scratch on `VITON-HD-train` dataset.
|
24 |
- `.pth`:
|
|
|
62 |
|
63 |
[hf_spaces]: https://huggingface.co/spaces/rizavelioglu/tryoffdiff
|
64 |
[project_page]: https://rizavelioglu.github.io/tryoffdiff/
|
65 |
+
[paper_arxiv]: https://arxiv.org/abs/2411.18350
|
66 |
[github]: https://github.com/rizavelioglu/tryoffdiff
|
67 |
[license]: https://www.mongodb.com/legal/licensing/server-side-public-license
|
68 |
|