diff --git a/Install.bat b/Install.bat index 6d4287c1..49542464 100644 --- a/Install.bat +++ b/Install.bat @@ -57,7 +57,8 @@ if "%INSTALL_TYPE%"=="CPU" ( ) echo INSTALL_TYPE=%INSTALL_TYPE%> "%CURRENT_DIR%install_config.txt" -pip install --no-deps WinTmp==1.1.0 +pip install --no-deps WinTmp==1.1.0 2>> %ERROR_LOG% +pip install --no-deps git+https://github.com/daswer123/rvc-python 2>> %ERROR_LOG% pip install https://huggingface.co/madbuda/triton-windows-builds/resolve/main/triton-3.0.0-cp310-cp310-win_amd64.whl 2>> %ERROR_LOG% pip install --no-build-isolation -e git+https://github.com/PanQiWei/AutoGPTQ.git#egg=auto_gptq@v0.7.1 2>> %ERROR_LOG% pip install --no-build-isolation -e git+https://github.com/casper-hansen/AutoAWQ.git#egg=autoawq@v0.2.6 2>> %ERROR_LOG% diff --git a/Install.sh b/Install.sh index 0e7c9780..94391192 100644 --- a/Install.sh +++ b/Install.sh @@ -57,6 +57,7 @@ fi echo "INSTALL_TYPE=$INSTALL_TYPE" > "$CURRENT_DIR/install_config.txt" pip install triton==3.0.0 2>> "$ERROR_LOG" +pip install --no-deps git+https://github.com/daswer123/rvc-python 2>> "$ERROR_LOG" pip install --no-build-isolation -e git+https://github.com/PanQiWei/AutoGPTQ.git#egg=auto_gptq@v0.7.1 2>> "$ERROR_LOG" pip install --no-build-isolation -e git+https://github.com/casper-hansen/AutoAWQ.git#egg=autoawq@v0.2.6 2>> "$ERROR_LOG" pip install --no-build-isolation -e git+https://github.com/turboderp/exllamav2.git#egg=exllamav2@v0.2.3 2>> "$ERROR_LOG" diff --git "a/RequirementsFiles/requirements-\320\241PU.txt" "b/RequirementsFiles/requirements-\320\241PU.txt" index 01e39c0f..1a1f5fc9 100644 --- "a/RequirementsFiles/requirements-\320\241PU.txt" +++ "b/RequirementsFiles/requirements-\320\241PU.txt" @@ -311,7 +311,6 @@ argh==0.31.3 fairseq==0.12.2 faiss-cpu==1.7.3 loguru==0.7.2 -rvc_python==0.1.4 praat-parselmouth==0.4.4 stopit==1.1.2 pyworld==0.3.4 diff --git a/RequirementsFiles/requirements.txt b/RequirementsFiles/requirements.txt index a4997829..5481547f 100644 --- a/RequirementsFiles/requirements.txt +++ b/RequirementsFiles/requirements.txt @@ -317,7 +317,6 @@ argh==0.31.3 fairseq==0.12.2 faiss-cpu==1.7.3 loguru==0.7.2 -rvc_python==0.1.4 praat-parselmouth==0.4.4 stopit==1.1.2 pyworld==0.3.4 diff --git a/Update.bat b/Update.bat index f16de649..4959c3e4 100644 --- a/Update.bat +++ b/Update.bat @@ -49,7 +49,8 @@ if "%INSTALL_TYPE%"=="CPU" ( pip install --no-deps -r "%CURRENT_DIR%RequirementsFiles\requirements-stable-diffusion-cpp.txt" 2>> %ERROR_LOG% ) -pip install --no-deps WinTmp==1.1.0 +pip install --no-deps WinTmp==1.1.0 2>> %ERROR_LOG% +pip install --no-deps git+https://github.com/daswer123/rvc-python 2>> %ERROR_LOG% pip install https://huggingface.co/madbuda/triton-windows-builds/resolve/main/triton-3.0.0-cp310-cp310-win_amd64.whl 2>> %ERROR_LOG% pip install --no-build-isolation -e git+https://github.com/PanQiWei/AutoGPTQ.git#egg=auto_gptq@v0.7.1 2>> %ERROR_LOG% pip install --no-build-isolation -e git+https://github.com/casper-hansen/AutoAWQ.git#egg=autoawq@v0.2.6 2>> %ERROR_LOG% diff --git a/Update.sh b/Update.sh index 248d2a80..6e1a2a66 100644 --- a/Update.sh +++ b/Update.sh @@ -49,6 +49,7 @@ else fi pip install triton==3.0.0 2>> "$ERROR_LOG" +pip install --no-deps git+https://github.com/daswer123/rvc-python 2>> "$ERROR_LOG" pip install --no-build-isolation -e git+https://github.com/PanQiWei/AutoGPTQ.git#egg=auto_gptq@v0.7.1 2>> "$ERROR_LOG" pip install --no-build-isolation -e git+https://github.com/casper-hansen/AutoAWQ.git#egg=autoawq@v0.2.6 2>> "$ERROR_LOG" pip install --no-build-isolation -e git+https://github.com/turboderp/exllamav2.git#egg=exllamav2@v0.2.3 2>> "$ERROR_LOG"