Skip to content

Commit

Permalink
Update install_alltalk_v2.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
deffcolony committed Dec 21, 2024
1 parent e6f1724 commit d083a7a
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ if "%gpu_choice%"=="1" (
:install_alltalk_v2_pre
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Installing AllTalk...

echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Downloading Visual Studio Community...
curl -o "VisualStudioSetup.exe" "https://aka.ms/vs/17/release/vs_community.exe"

echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Installing Python C and SDK Requirements...
"VisualStudioSetup.exe" --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --includeOptional --passive --wait

REM Check if the folder exists
if not exist "%voice_generation_dir%" (
mkdir "%voice_generation_dir%"
Expand All @@ -82,6 +76,12 @@ if %errorlevel% neq 0 (
)
cd /d "%alltalk_v2_install_path%"

echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Downloading Visual Studio Community...
curl -L -o "VisualStudioSetup.exe" "https://aka.ms/vs/17/release/vs_community.exe"

echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Installing Python C and SDK Requirements...
"VisualStudioSetup.exe" --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --includeOptional --passive --wait

REM Activate the Miniconda installation
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Activating Miniconda environment...
call "%miniconda_path%\Scripts\activate.bat"
Expand Down

0 comments on commit d083a7a

Please sign in to comment.