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