mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2026-02-24 03:49:51 +01:00
6 lines
348 B
Batchfile
6 lines
348 B
Batchfile
runtime\python.exe -m pip install stftpitchshift --upgrade
|
|
runtime\python.exe -m pip install gradio==3.34.0 --upgrade
|
|
|
|
|
|
IF EXIST ".\rmvpe.pt" (echo RMVPE is already installed) ELSE (bitsadmin /transfer "rvmpedwnld" /download /priority FOREGROUND "https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt" "%~dp0rmvpe.pt")
|
|
pause |