RVC GUI
1.0.0
如果尚未安装 Python 版本 +3.8:
执行这些命令
配备 Nvidia 卡的 Windows
python -m pip install -U pip setuptools 轮子 pip install -U torch torchaudio --index-url https://download.pytorch.org/whl/cu118 pip install -r 要求.txt
其他
python -m pip install -U pip setuptools wheel pip install -U torch torchaudio pip install -r requirements.txt
Apple 硅 Mac 修复
pip install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu export PYTORCH_ENABLE_MPS_FALLBACK=1
下载 hubert_base.pt 并将其放在根文件夹中
然后使用此命令启动 RVC GUI:
蟒蛇 rvcgui.py
或者在windows上运行这个文件
RVC-GUI.bat
使用导入按钮从 zip 文件导入模型,
.zip 必须包含“.pth”权重文件。
建议 .zip 包含特征检索文件“.index”
或者手动将模型放置在 root/models 中
models ├───Person1 │ ├───xxxx.pth │ ├───xxxx.index │ └───xxxx.npy └───Person2 ├───xxxx.pth ├───... └───...
加入 AI Hub Discord
Wicked 又名 QuickWick 的 HuggingFace 上的社区模型
K7#4523