mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-05-01 03:31:31 +00:00
launcher improvements
# install.sh + Replaced pip with pip3 for python version 3 + Added openSUSE zypper package support # installer.bat + added stream2sentence for xtts # launcher.sh + some menu + text cleanup + edit extras modules improvements
This commit is contained in:
@@ -217,6 +217,7 @@ if /i "%install_xtts_requirements%"=="Y" (
|
||||
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Installing pip requirements for xtts...
|
||||
pip install xtts-api-server
|
||||
pip install pydub
|
||||
pip install stream2sentence==0.2.2
|
||||
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
||||
|
||||
REM Create folders for xtts
|
||||
|
||||
Reference in New Issue
Block a user