Commit 1d2394ab authored by mashun1's avatar mashun1
Browse files

Update README.md

parent 95c60494
......@@ -113,59 +113,7 @@ DressCode
## 推理
### 模型下载
|名称|链接|
|:---|:---|
|IDM-VTON|[hugging-face](https://hf-mirror.com/yisol/IDM-VTON) <br> [SCNet](http://113.200.138.88:18080/aimodels/IDM-VTON) 高速下载通道|
|DC|[hugging-face](https://hf-mirror.com/yisol/IDM-VTON-DC) <br> [SCNet](http://113.200.138.88:18080/aimodels/yisol/IDM-VTON-DC) 高速下载通道|
ckpt/
├── densepose
│ └── model_final_162be9.pkl
├── humanparsing
│ ├── parsing_atr.onnx
│ └── parsing_lip.onnx
└── openpose
└── ckpts
└── body_pose_model.pth
pretrained_models/
├── dc
│   ├── config.json
│   └── diffusion_pytorch_model.bin
├── image_encoder
│   ├── config.json
│   └── model.safetensors
├── model_index.json
├── scheduler
│   └── scheduler_config.json
├── text_encoder
│   ├── config.json
│   └── model.safetensors
├── text_encoder_2
│   ├── config.json
│   └── model.safetensors
├── tokenizer
│   ├── merges.txt
│   ├── special_tokens_map.json
│   ├── tokenizer_config.json
│   └── vocab.json
├── tokenizer_2
│   ├── merges.txt
│   ├── special_tokens_map.json
│   ├── tokenizer_config.json
│   └── vocab.json
├── unet
│   ├── config.json
│   └── diffusion_pytorch_model.bin
├── unet_encoder
│   ├── config.json
│   └── diffusion_pytorch_model.safetensors
└── vae
├── config.json
└── diffusion_pytorch_model.safetensors
### 命令行
......@@ -225,6 +173,62 @@ DressCode
`零售,广媒,电商`
## 预训练权重
### 模型下载
|名称|链接|
|:---|:---|
|IDM-VTON|[hugging-face](https://hf-mirror.com/yisol/IDM-VTON) <br> [SCNet](http://113.200.138.88:18080/aimodels/IDM-VTON) 高速下载通道|
|DC|[hugging-face](https://hf-mirror.com/yisol/IDM-VTON-DC) <br> [SCNet](http://113.200.138.88:18080/aimodels/yisol/IDM-VTON-DC) 高速下载通道|
ckpt/
├── densepose
│ └── model_final_162be9.pkl
├── humanparsing
│ ├── parsing_atr.onnx
│ └── parsing_lip.onnx
└── openpose
└── ckpts
└── body_pose_model.pth
pretrained_models/
├── dc
│   ├── config.json
│   └── diffusion_pytorch_model.bin
├── image_encoder
│   ├── config.json
│   └── model.safetensors
├── model_index.json
├── scheduler
│   └── scheduler_config.json
├── text_encoder
│   ├── config.json
│   └── model.safetensors
├── text_encoder_2
│   ├── config.json
│   └── model.safetensors
├── tokenizer
│   ├── merges.txt
│   ├── special_tokens_map.json
│   ├── tokenizer_config.json
│   └── vocab.json
├── tokenizer_2
│   ├── merges.txt
│   ├── special_tokens_map.json
│   ├── tokenizer_config.json
│   └── vocab.json
├── unet
│   ├── config.json
│   └── diffusion_pytorch_model.bin
├── unet_encoder
│   ├── config.json
│   └── diffusion_pytorch_model.safetensors
└── vae
├── config.json
└── diffusion_pytorch_model.safetensors
## 源码仓库及问题反馈
* https://developer.hpccube.com/codes/modelzoo/idm-vton_pytorch
......
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