BoyuanJiang
commited on
Commit
·
e2e1825
1
Parent(s):
10321dd
update readme
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ extra_gated_fields:
|
|
10 |
I agree to use this dataset for non-commercial use ONLY: checkbox
|
11 |
---
|
12 |
|
13 |
-
# FitDiT: Advancing the Authentic Garment Details for High-fidelity Virtual Try-
|
14 |
|
15 |
<div style="display: flex; justify-content: center; align-items: center;">
|
16 |
<a href="https://arxiv.org/abs/2411.10499" style="margin: 0 2px;">
|
@@ -19,6 +19,9 @@ extra_gated_fields:
|
|
19 |
<a href="https://github.com/BoyuanJiang/FitDiT" style="margin: 0 2px;">
|
20 |
<img src='https://img.shields.io/badge/GitHub-Repo-blue?style=flat&logo=GitHub' alt='GitHub'>
|
21 |
</a>
|
|
|
|
|
|
|
22 |
<a href="http://demo.fitdit.byjiang.com/" style="margin: 0 2px;">
|
23 |
<img src='https://img.shields.io/badge/Demo-Gradio-gold?style=flat&logo=Gradio&logoColor=red' alt='Demo'>
|
24 |
</a>
|
@@ -40,6 +43,7 @@ extra_gated_fields:
|
|
40 |
|
41 |
|
42 |
## Updates
|
|
|
43 |
- **`2024/12/20`**: The FitDiT [**model weight**](https://huggingface.co/BoyuanJiang/FitDiT) is available.
|
44 |
- **`2024/12/17`**: Inference code is released.
|
45 |
- **`2024/12/4`**: Our [**Online Demo**](http://demo.fitdit.byjiang.com/) is released.
|
@@ -101,7 +105,7 @@ python gradio_sd3.py --model_path local_model_dir --fp16 --aggressive_offload
|
|
101 |
[![Star History Chart](https://api.star-history.com/svg?repos=BoyuanJiang/FitDiT&type=Date)](https://star-history.com/#BoyuanJiang/FitDiT&Date)
|
102 |
|
103 |
## Contact
|
104 |
-
This model can only be used **for non-commercial use**.
|
105 |
|
106 |
|
107 |
## Citation
|
|
|
10 |
I agree to use this dataset for non-commercial use ONLY: checkbox
|
11 |
---
|
12 |
|
13 |
+
# FitDiT: Advancing the Authentic Garment Details for High-fidelity Virtual Try-on
|
14 |
|
15 |
<div style="display: flex; justify-content: center; align-items: center;">
|
16 |
<a href="https://arxiv.org/abs/2411.10499" style="margin: 0 2px;">
|
|
|
19 |
<a href="https://github.com/BoyuanJiang/FitDiT" style="margin: 0 2px;">
|
20 |
<img src='https://img.shields.io/badge/GitHub-Repo-blue?style=flat&logo=GitHub' alt='GitHub'>
|
21 |
</a>
|
22 |
+
<a href="https://huggingface.co/spaces/BoyuanJiang/FitDiT" style="margin: 0 2px;">
|
23 |
+
<img src='https://img.shields.io/badge/Space-ZeroGPU-orange?style=flat&logo=Gradio&logoColor=red' alt='Demo'>
|
24 |
+
</a>
|
25 |
<a href="http://demo.fitdit.byjiang.com/" style="margin: 0 2px;">
|
26 |
<img src='https://img.shields.io/badge/Demo-Gradio-gold?style=flat&logo=Gradio&logoColor=red' alt='Demo'>
|
27 |
</a>
|
|
|
43 |
|
44 |
|
45 |
## Updates
|
46 |
+
- **`2025/1/9`**: We provide a [**Huggingface Space**](https://huggingface.co/spaces/BoyuanJiang/FitDiT) of FitDiT, thanks for Huggingface community GPU grant for providing the GPU resources.
|
47 |
- **`2024/12/20`**: The FitDiT [**model weight**](https://huggingface.co/BoyuanJiang/FitDiT) is available.
|
48 |
- **`2024/12/17`**: Inference code is released.
|
49 |
- **`2024/12/4`**: Our [**Online Demo**](http://demo.fitdit.byjiang.com/) is released.
|
|
|
105 |
[![Star History Chart](https://api.star-history.com/svg?repos=BoyuanJiang/FitDiT&type=Date)](https://star-history.com/#BoyuanJiang/FitDiT&Date)
|
106 |
|
107 |
## Contact
|
108 |
+
This model can only be used **for non-commercial use**. For commercial use, please visit [Tencent Cloud](https://cloud.tencent.com/document/product/1668/108532) for support.
|
109 |
|
110 |
|
111 |
## Citation
|