Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmily committed Apr 18, 2024
1 parent f63816b commit 1633ad2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Outfit Anyone (Latest Fixed Version): Ultra-high quality virtual try-on for Any

## How to Run

Test Environment: Python 3.10(ubuntu22.04)
**Test Environment: Python 3.10(ubuntu22.04 RTX 4090)**

Pull or download the code

Expand All @@ -22,7 +22,7 @@ cd outfit-anyone
pip install -r requirements.txt
```

Set up the environment variable
**Set up the environment variable**

```
export OA_IP_ADDRESS=https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/
Expand All @@ -34,9 +34,17 @@ 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.
Success log

```
API: https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/
Loaded as API: https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/ ✔
Running on local URL: http://127.0.0.1:6006
```

Please visit http://127.0.0.1:6006 to web.

If the `OA_IP_ADDRESS` becomes invalid and causes issues with normal operation, please contact me for an update, or visit [OutfitAnyone - a Hugging Face Space by HumanAIGC](https://huggingface.co/spaces/HumanAIGC/OutfitAnyone) to obtain it yourself.

## View Results

Expand Down
20 changes: 13 additions & 7 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Outfit Anyone(最新修复版):适用于任何服装和任何人的超高

## How to Run

**测试环境:** **Python 3.10(ubuntu22.04)**
**测试环境:** **Python 3.10(ubuntu22.04 RTX 4090)**

拉取或下载代码

Expand All @@ -22,7 +22,7 @@ cd outfit-anyone
pip install -r requirements.txt
```

设置环境变量
**(重点)设置环境变量 **

```
export OA_IP_ADDRESS=https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/
Expand All @@ -34,19 +34,25 @@ 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) 获取。
启动成功后,web服务运行在6006端口。你将看到以下类似信息

```
API: https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/
Loaded as API: https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/ ✔
Running on local URL: http://127.0.0.1:6006
```

如果 `OA_IP_ADDRESS` 失效导致无法正常运行,请联系我更新 或者 访问[OutfitAnyone - a Hugging Face Space by HumanAIGC](https://huggingface.co/spaces/HumanAIGC/OutfitAnyone) 自行获取。

## View Results

![screenshot_image](D:\Git仓库\Github\outfit-anyone\images\Snipaste_2024-04-18_19-06-02.jpg)

## View Results

![screenshot_image](./images/Snipaste_2024-04-18_19-06-02.jpg)

![screenshot_image](D:\Git仓库\Github\outfit-anyone\images\Snipaste_2024-04-18_19-13-52.jpg)
![screenshot_image](./images/Snipaste_2024-04-18_19-13-52.jpg)

![screenshot_image](./images/Snipaste_2024-04-18_19-11-35.jpg)


![screenshot_image](D:/Git仓库/Github/outfit-anyone/images/Snipaste_2024-04-18_19-11-35.jpg)

0 comments on commit 1633ad2

Please sign in to comment.