mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-04-30 19:21:22 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user