CatVTON LoRA Model

Model Description

This is a LoRA fine-tuned model based on the CatVTON pipeline for virtual try-on tasks. It uses a pre-trained Stable Diffusion inpainting model combined with attention mechanisms from CatVTON.

Training

  • Base Model: booksforcharlie/stable-diffusion-inpainting
  • Attention Checkpoint: zhengchong/CatVTON
  • LoRA Rank: 4
  • Epochs: 10
  • Batch Size: 8
  • Learning Rate: 1e-4

Usage

from peft import PeftModel, LoraConfig
from diffusers import StableDiffusionInpaintPipeline

base_model = StableDiffusionInpaintPipeline.from_pretrained("booksforcharlie/stable-diffusion-inpainting")
lora_model = PeftModel.from_pretrained(base_model.unet, "Coldbrew9/wheel-CatVTON")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support