Commit 9cf34b9d authored by mashun1's avatar mashun1
Browse files

Update README.md

parent 6ec994f9
Pipeline #1266 canceled with stages
......@@ -115,9 +115,9 @@ DressCode
### 模型下载
https://hf-mirror.com/yisol/IDM-VTON
[hugging-face](https://hf-mirror.com/yisol/IDM-VTON) | [SCNet](http://113.200.138.88:18080/aimodels/IDM-VTON)
https://hf-mirror.com/yisol/IDM-VTON-DC
[hugging-face](https://hf-mirror.com/yisol/IDM-VTON-DC) | [SCNet]()
ckpt/
├── densepose
......@@ -175,7 +175,7 @@ https://hf-mirror.com/yisol/IDM-VTON-DC
--pretrained_model_name_or_path <path/to/pretrained_models> \
--output_dir "result" \
--unpaired \
--data_dir "DATA_DIR" \
--data_dir <path/to/datasets/viton-hd> \
--seed 42 \
--test_batch_size 1 \
--guidance_scale 2.0
......@@ -188,16 +188,20 @@ https://hf-mirror.com/yisol/IDM-VTON-DC
--unet_path <path/to/pretrained_models/dc> \
--output_dir "result" \
--unpaired \
--data_dir "DATA_DIR" \
--data_dir <path/to/datasets/dress-code> \
--seed 42
--test_batch_size 1
--guidance_scale 2.0
--category "upper_body"
注意:以上默认使用多卡推理,可使用`export HIP_VISIBLE_DEVICES=<设备号>`进行限制。
### webui
python gradio_demo/app.py
注意:需要修改`gradio_demo/app.py``base_path='path/to/pretrained_models'`
## result
|model|image|cloth|prompt|result|
......@@ -214,7 +218,7 @@ https://hf-mirror.com/yisol/IDM-VTON-DC
### 算法类别
`虚拟换装`
`AIGC`
### 热点应用行业
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment