-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,36 @@ | ||
# outfit-anyone | ||
Outfit Anyone: Ultra-high quality virtual try-on for Any Clothing and Any Person | ||
[English](https://github.com/ihmily/outfit-anyone/blob/main/README.md) | [简体中文](https://github.com/ihmily/outfit-anyone/blob/main/README_CN.md) | ||
|
||
Outfit Anyone (Latest Fixed Version): Ultra-high quality virtual try-on for Any Clothing and Any Person | ||
|
||
|
||
|
||
## How to Run | ||
|
||
Pull or download the code | ||
|
||
``` | ||
git clone https://github.com/ihmily/outfit-anyone.git | ||
``` | ||
|
||
Install dependencies | ||
|
||
``` | ||
cd outfit-anyone | ||
pip install -r requirements.txt | ||
``` | ||
|
||
Set up the environment variable | ||
|
||
``` | ||
export OA_IP_ADDRESS=https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/ | ||
``` | ||
|
||
Run | ||
|
||
``` | ||
python app.py | ||
``` | ||
|
||
If the `OA_IP_ADDRESS` becomes invalid, please contact me to update it or visit [OutfitAnyone - a Hugging Face Space by HumanAIGC](https://huggingface.co/spaces/HumanAIGC/OutfitAnyone) to get the updated address. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# outfit-anyone | ||
[English](https://github.com/ihmily/outfit-anyone/blob/main/README.md) | [简体中文](https://github.com/ihmily/outfit-anyone/blob/main/README_CN.md) | ||
|
||
Outfit Anyone(最新修复版):适用于任何服装和任何人的超高品质虚拟试穿 | ||
|
||
|
||
|
||
## How to Run | ||
|
||
拉取或下载代码 | ||
|
||
``` | ||
git clone https://github.com/ihmily/outfit-anyone.git | ||
``` | ||
|
||
安装依赖 | ||
|
||
``` | ||
cd outfit-anyone | ||
pip install -r requirements.txt | ||
``` | ||
|
||
设置环境变量 | ||
|
||
``` | ||
export OA_IP_ADDRESS=https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/ | ||
``` | ||
|
||
运行 | ||
|
||
``` | ||
python app.py | ||
``` | ||
|
||
如果 `OA_IP_ADDRESS` 失效请联系我更新或者访问[OutfitAnyone - a Hugging Face Space by HumanAIGC](https://huggingface.co/spaces/HumanAIGC/OutfitAnyone) 获取。 | ||
|