STAR275/tryon-v1-finetuned
06
๐งฅ TryOn V1 โ Fine-Tuned Virtual Try-On Model (LoRA)
This repository contains TryOn V1, a fine-tuned LoRA-based diffusion model trained for Virtual Try-On generation. It takes:
- Person Image
- Cloth Image
and generates a realistic try-on output.
๐ฅ Key Features
- Trained using LoRA fine-tuning
- Supports 256ร256 resolution
- Works with large try-on datasets
- Handles different clothing types (women wear, men wear, shalwar kameez, etc.)
- Fast inference and lightweight LoRA weights
๐งช Training Method
We used LoRA on a diffusion model with the following configuration:
Training was performed incrementally:
- Dataset split into multiple folders of 200 images each
- Each folder fine-tuned separately
- Weights were updated iteratively while preventing GPU crash
- Best checkpoints were saved after each run
๐ Evaluation Metrics
The following metrics were monitored during training:
- SSIM
- LPIPS
- FID
- Training Loss Curve
- Validation Loss Curve
Graphs for these metrics are included in this repository (if pushed from the training notebook).
