InfiniteYou Complete Guide to Local Deployment
To install the local version of InfiniteYou, follow these steps:
- environmental preparation::
- Installing Python 3.8+ and Git
- Recommended configuration for NVIDIA GPUs and corresponding CUDA drivers
- Get Code::
- fulfillment
git clone https://github.com/bytedance/InfiniteYou.git - Go to the project directory
cd InfiniteYou
- fulfillment
- Installation of dependencies::
- (of a computer) run
pip install -r requirements.txt - GPU users need to additionally install the CUDA version of PyTorch
- (of a computer) run
- Download model::
- Download aes_stage2 or sim_stage1 model files from HuggingFace
- Placement into the specified directory of the project
- launch an application::
- Installing the Gradio Interface
pip install gradio - (of a computer) run
python app.pyStarting Local Services - Browser access to http://127.0.0.1:7860即可使用
- Installing the Gradio Interface
This answer comes from the articleInfiniteYou: a photo generation and editing tool that preserves facial featuresThe































