Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmily committed Apr 18, 2024
1 parent ba38ffe commit 99334ee
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
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.

36 changes: 36 additions & 0 deletions README_CN.md
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) 获取。

0 comments on commit 99334ee

Please sign in to comment.