Multi Model RVC Inference
1.0.0
それなしでは、元のRVCをサポートしてください。この推論はできません。
これらのコマンドを実行する前に、最初にFFMPEGをインストールします。
start.batを実行してモデルと依存関係をダウンロードします。run.batを実行して推論を実行しますstart.shを実行して、モデルと依存関係をダウンロードします。run.shを実行して推論を実行しますPytorchをインストールします
pip install torch torchvision torchaudio # For Windows (Due to flashv2 not supported in windows, Issue: https://github.com/Dao-AILab/flash-attention/issues/345#issuecomment-1747473481)
pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121
# Other (Linux, etc)
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121ffmpegをインストールします
依存関係をインストールします
pip install -r requirements.txt # Hubert Model
https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/hubert_base.pt
# Save it to /assets/hubert/hubert_base.pt
# RVMPE (rmvpe pitch extraction, Optional)
https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt
# Save it to /assets/rvmpe/rmvpe.ptpython app.py