Views
No views yet
WearCast: High-Fidelity Men's Half-Body Virtual Try-On Based on Latent Diffusion
A highly optimized pipeline tailored specifically for Men's half-body clothing outfitting.


git clone https://github.com/Abdokamal1532/WearCast_AI1conda create -n wearcast python==3.10
2conda activate wearcast
3pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2
4pip install -r requirements.txt1cd run
2python gradio_wearcast.pyhttp://localhost:7865 in your browser!1cd run
2python run_wearcast.py --model_path <model-image-path> --cloth_path <cloth-image-path> --scale 2.0 --sample 4@article{xu2024wearcast,
title={WearCast: Outfitting Fusion based Latent Diffusion for Controllable Virtual Try-on},
author={Xu, Yuhao and Gu, Tao and Chen, Weifeng and Chen, Chengcai},
journal={arXiv preprint arXiv:2403.01779},
year={2024}
}