launcher upgrades

- windows
+ replaced paths with variables
+ ability to update tabbyapi
+ ability to update ffmpeg
- linux/mac
+ added warning before installing extras
+ added warning before install choice for everything
+changed install menu order
This commit is contained in:
deffcolony
2024-05-09 17:27:58 +02:00
parent 325402119c
commit 205c7b9bbe
3 changed files with 189 additions and 66 deletions

View File

@@ -213,7 +213,7 @@ echo What would you like to do?
echo 1. Install SillyTavern
echo 2. Install Extras
echo 3. Install XTTS
echo 4. Install Everything
echo 4. Install All Options From Above
echo 5. Support
echo 0. Exit
@@ -388,7 +388,7 @@ if "%gpu_choice%"=="1" (
) else (
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] Invalid input. Please enter a valid number.%reset%
pause
goto :install_extras
goto :install_extras_y
)
:install_extras_pre