Multi Model RVC Inference
1.0.0
Veuillez soutenir le RVC d'origine, sans lui, cette inférence ne sera pas possible à faire.
Installez FFMPEG avant d'exécuter ces commandes.
start.bat pour télécharger le modèle et les dépendances.run.bat pour exécuter l'inférencestart.sh pour télécharger le modèle et les dépendances.run.sh pour exécuter l'inférence Installer 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/cu121Installer ffmpeg
Installer des dépendances
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