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