Star ⭐ us if you like it!
安装前需要你已在安装了python3.10.11或3.10.13 和C++生成工具
git clone https://github.com/MoJIeAIGC/IDMVTON_CN.git
运行 windows_install.bat 即可
windows_install.bat 会自动安装所有依赖和库,需自备梯子 不建议从清华源或阿里源安装,部分依赖版本对不上。
姿势动作人体模型请从此处下载:ckpt.
- 所有文件都要下载
- 下载好后放入ckpt文件夹下。
ckpt
|-- densepose
|-- model_final_162be9.pkl
|-- humanparsing
|-- parsing_atr.onnx
|-- parsing_lip.onnx
|-- openpose
|-- ckpts
|-- body_pose_model.pth
安装好所有依赖后,运行
windows_run.bat
第一次运行请根据自己的显存情况进行填写相应的数字。 如果填写错误或想要重新选择,
请删除IDM-VTON目录下的batconfig.txt文件
或者也可以自行运行:
python IDM-VTON/app_VTON.py
首次运行会自动从huggingface下载yisol/IDM-VTON. 请自备梯子或镜像耐心等待安装。
安装和使用教程:B站摩诘AI
汉化版没有部署云端演示地址。 可查看原版huggingface上的演示地址 demo
Thanks ZeroGPU for providing free GPU.
Thanks IP-Adapter for base codes.
Thanks OOTDiffusion and DCI-VTON for masking generation.
Thanks SCHP for human segmentation.
Thanks Densepose for human densepose.
Thanks FurkanGozukara for Install the package.
@article{choi2024improving,
title={Improving Diffusion Models for Virtual Try-on},
author={Choi, Yisol and Kwak, Sangkyung and Lee, Kyungmin and Choi, Hyungwon and Shin, Jinwoo},
journal={arXiv preprint arXiv:2403.05139},
year={2024}
}
The codes and checkpoints in this repository are under the CC BY-NC-SA 4.0 license.