Sync CN README

This commit is contained in:
Atopona 2024-01-30 12:46:52 +08:00 committed by GitHub
parent f2a46fbbc4
commit a736da2544
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ pip install -r requirements.txt
pip uninstall torch torchaudio
pip3 install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
```
_注意如需使用UVR5进行预处理建议[下载原项目GUI](https://github.com/Anjok07/ultimatevocalremovergui)勾选“GPU Conversion”。另外可能会出现内存泄漏问题主要体现在推理时。重启推理webUI可以释放内存。_
### 使用Conda快速安装
```bash