Update README.md

pull/285/head
Dean of NITSC 2024-08-13 11:47:36 +08:00 committed by GitHub
parent 248f43ff96
commit 7398858344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -23,7 +23,10 @@
然后将这两个文件放在“**models**”文件夹中。
4. **安装依赖项**:
我们强烈建议使用 `venv` 以避免问题。
```(适用于 Python3.12.x)
pip install -r requirements.txt
```
```(适用于 Python3.10.x)
pip install -r requirements.txt
```
完成 !!! 如果您没有 GPU您应该能够使用 `python run.py` 命令运行 roop。请注意在首次运行程序时它将下载一些模型这可能会根据您的网络连接花费一些时间。