Commit Graph

10 Commits

Author SHA1 Message Date
deffcolony
fb405a63c5 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
2023-12-31 16:26:29 +01:00
deffcolony
026cc8b962 hotfix for launching extras
+fixed the start_command not found
+added requirements for RVC
2023-12-12 12:04:56 +01:00
alexveebee
03cbf48067 Display the GPU name better. 2023-12-09 22:59:02 +00:00
deffcolony
9e63efc934 improvements for launcher
+ Dynamically find conda for launcher.sh / install.sh by @Frityet
+ asks the user for gpu choise
+ asks the user if they wanna install XTTS
+ added gpu detection info box displays what gpu is detected in the system
- removed coqui install
- removed Check if the xtts conda environment exists for launcher.bat since i did not work and broke the menu
+ added xtts_api_server start so it starts with the extras command
2023-12-05 14:48:14 +01:00
deffcolony
04b29c7722 launcher improvements
+ asks user if they wanna create shortcut on desktop
+ asks user if they wanna start launcher after installation
+ added pkg for termux
+ added macos detection to launch sillytavern in seperate window
2023-11-30 21:16:43 +01:00
deffcolony
9f94353357 added requirements.txt command
yeah this should fix the flask error because i forgot to put the most important command in this script
2023-11-19 16:25:00 +01:00
deffcolony
7534752cfa Launcher improvements
+ Uninstaller for sillytavern + extras
+ Changed conda env to extras (from sillytavernextras) to fit the docs
+ Improved backend menu functions (removes the elif mess)
+ Function to find a suitable terminal emulator when launching sillytavern or extras
+ Added tutorial on how to use it
2023-11-18 20:36:32 +01:00
deffcolony
8e86c3de7a fix if to elif 2023-11-06 16:58:44 +01:00
deffcolony
95884cf911 added new launcher + bin/bash fix
+ NEW LAUNCHER
+ better logging
+ fixed bin/bash bug
+ added homebrew command for macos
2023-11-06 15:12:15 +01:00
deffcolony
a9307b937b install.sh + support for various package managers (#2)
* install.sh + support for various package managers

the sillytavern installer script with easy terminal menu

* install.sh + support for various package managerss

* added gentoo support + removed python3-venv
2023-09-05 16:25:08 +03:00