Bhargavssss commited on
Commit
ee00923
1 Parent(s): 053a4f4

Delete README_CN.md

Browse files
Files changed (1) hide show
  1. README_CN.md +0 -57
README_CN.md DELETED
@@ -1,57 +0,0 @@
1
- # outfit-anyone
2
- [English](https://github.com/ihmily/outfit-anyone/blob/main/README.md) | [简体中文](https://github.com/ihmily/outfit-anyone/blob/main/README_CN.md)
3
-
4
- Outfit Anyone(最新修复版):适用于任何服装和任何人的超高品质虚拟试穿
5
-
6
- Outfit Anyone 的模型实际上并未开源,这个项目只是一个调用接口的客户端,模型是固定的,不能上传或修改,只支持用户上传自己的服装,生成图片。
7
-
8
- ## 如何运行
9
-
10
- **测试环境:** **Python 3.10**
11
-
12
- 拉取或下载代码
13
-
14
- ```
15
- git clone https://github.com/ihmily/outfit-anyone.git
16
- ```
17
-
18
- 安装依赖
19
-
20
- ```
21
- cd outfit-anyone
22
- pip install -r requirements.txt
23
- ```
24
-
25
- ~~**设置环境变量(重点)*~~
26
-
27
- ```
28
-
29
- ```
30
-
31
- 运行
32
-
33
- ```
34
- python app.py
35
- ```
36
-
37
- 启动成功后,web服务运行在6006端口。你将看到以下类似信息
38
-
39
- ```
40
- Loaded as API: https://humanaigc-outfitanyone.hf.space ✔
41
- Running on local URL: http://127.0.0.1:6006
42
- ```
43
-
44
- 访问 [OutfitAnyone - a Hugging Face Space by HumanAIGC](https://huggingface.co/spaces/HumanAIGC/OutfitAnyone) 了解更多。
45
-
46
-
47
-
48
- ## 演示结果
49
-
50
- ![screenshot_image](./images/Snipaste_2024-04-18_19-06-02.jpg)
51
-
52
- ![screenshot_image](./images/Snipaste_2024-04-18_19-13-52.jpg)
53
-
54
- ![screenshot_image](./images/Snipaste_2024-04-18_19-11-35.jpg)
55
-
56
-
57
-