# 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(最新修复版):适用于任何服装和任何人的超高品质虚拟试穿 Outfit Anyone 的模型实际上并未开源,这个项目只是一个调用接口的客户端,模型是固定的,不能上传或修改,只支持用户上传自己的服装,生成图片。 ## 如何运行 **测试环境:** **Python 3.10** 拉取或下载代码 ``` git clone https://github.com/ihmily/outfit-anyone.git ``` 安装依赖 ``` cd outfit-anyone pip install -r requirements.txt ``` ~~**设置环境变量(重点)*~~ ``` ``` 运行 ``` python app.py ``` 启动成功后,web服务运行在6006端口。你将看到以下类似信息 ``` Loaded as API: https://humanaigc-outfitanyone.hf.space ✔ Running on local URL: http://127.0.0.1:6006 ``` 访问 [OutfitAnyone - a Hugging Face Space by HumanAIGC](https://huggingface.co/spaces/HumanAIGC/OutfitAnyone) 了解更多。 ## 演示结果 ![screenshot_image](./images/Snipaste_2024-04-18_19-06-02.jpg) ![screenshot_image](./images/Snipaste_2024-04-18_19-13-52.jpg) ![screenshot_image](./images/Snipaste_2024-04-18_19-11-35.jpg)