Upload FitVTON pretrained LoRA weights
Browse files
checkpoints/README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- virtual-try-on
|
| 5 |
+
- flux
|
| 6 |
+
- lora
|
| 7 |
+
- garment
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# FitVTON Pretrained Weights
|
| 11 |
+
|
| 12 |
+
Pretrained LoRA adapters for [FitVTON](https://github.com/ZenoNing/FitVTON) (fit-aware virtual try-on on FLUX.1 Kontext).
|
| 13 |
+
|
| 14 |
+
| File | Stage | Description |
|
| 15 |
+
|------|-------|-------------|
|
| 16 |
+
| `default_lora_weights.safetensors` | I | Fitting LoRA — geometry / fit prior from GarmentCodeVTON simulation triplets |
|
| 17 |
+
| `texture_lora_weights.safetensors` | II | Texture LoRA — real-image texture rectification (image branch only) |
|
| 18 |
+
|
| 19 |
+
## Download
|
| 20 |
+
|
| 21 |
+
```bash
|
| 22 |
+
pip install -U huggingface_hub
|
| 23 |
+
hf download ZenoNing/FitVTON checkpoints --local-dir .
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
Place the downloaded `checkpoints/` folder at the FitVTON repo root and set `"checkpoints": { "root": "checkpoints" }` in `system.json`.
|
| 27 |
+
|
| 28 |
+
## Citation
|
| 29 |
+
|
| 30 |
+
See the main [FitVTON repository](https://github.com/ZenoNing/FitVTON) for paper and citation details.
|
checkpoints/default_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ff51dd67b0e9895cd8095309c131035eb8b0259e43d85cb16c25722bafd2f1b
|
| 3 |
+
size 179859776
|
checkpoints/texture_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ac48c37a3939872606fc6971342ae3ec2a27ab679e1de6f94ba0da8213b9950
|
| 3 |
+
size 112129464
|