Commit Graph

27 Commits

Author SHA1 Message Date
deffcolony
5c4df671f7 update launcher
added uninstall and install functions in linux for:
+stable difussion webui forge
+tabbyapi
+rvc python
+alltalk tts v2
modified launcher to show more menus
2025-06-21 17:46:05 +02:00
deffcolony
240badb9c9 update STL for Linux&Mac
Update STL to make it stable and useable & bring most features from the current Windows version. Features from app installer are work in progress
2025-02-24 01:11:14 +01:00
Alek
bda8539fa9 Rearrange cd's to make directory change more readable 2025-01-30 19:55:05 -08:00
Alek
e52ce30c80 Go to parent directory after starting SillyTavern 2025-01-30 19:46:35 -08:00
Cohee
bac2416571 Skill issue 2024-08-18 12:39:14 +03:00
Cohee
886f143c8b Don't touch package-lock 2024-08-18 12:38:16 +03:00
Alib234
35ec50c6ea actually make SillyTavern start 2024-06-08 07:56:18 +02:00
Alib234
b82ab6acc2 remove "$(dirname "$0")" memes by removing it completely, as usage only caused issues or was pointless 2024-06-08 07:22:37 +02:00
Alib234
22e8abb195 make first cd more concise 2024-06-08 07:09:41 +02:00
Alib234
a268f7233c make the script cd into the base dir first 2024-06-08 07:05:42 +02:00
Alib234
4ee1a97305 remove unnecessary ./ from if statements in update() 2024-06-08 06:58:50 +02:00
Alib234
7bbcff28ea fix whoopsie 2024-06-08 06:45:14 +02:00
Alib234
3c4ada93b4 fix bash script unable to update properly and unable to find terminal 2024-06-08 06:34:47 +02:00
deffcolony
a10ad6c0bb launcher upgrades
+fixed installing miniconda correctly
+fixed some install loop
+added option to enable/disable onboarding flow
2024-03-26 12:18:28 +01:00
deffcolony
afe33f485c big launcher upgrades
---launcher.sh--- ---install.sh---
-removed question to install XTTS since user already chooses to install XTTS with sillytavern
-removed XTTS install when user chooses to only install extras
+added troubleshooting commands
+put more stuff into a organized category for toolbox
+added uninstall options for: ffmpeg, node.js, p7zip
+added uninstallers to app uninstaller category
+organized the toolbox menu
+added xtts install option
2024-03-22 00:27:43 +01:00
Blazzycrafter
4ed81d1744 Add Edge TTS module option to Launcher.bat and launcher.sh 2024-02-17 14:46:18 +01:00
deffcolony
c36c5f6545 launcher upgrades
+added option to update menu for updating sillytavern-launcher repo
+added more checks if git pull fails then retry 3 times
+gitignore the xtts folder
+added option to cancel install for install.sh
-forgot to remove xtts launch from extras launch
2024-01-18 19:19:19 +01:00
deffcolony
308b9e3724 launcher improvements
+ adds support menu for issue report, documentation, discord
+ Use the GPU choice made earlier to set the correct PyTorch index-url to install XTTS
+ better error handling for linux
2024-01-03 20:35:16 +01:00
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
9903f60fd6 forgot to save this change 2023-12-07 15:37:50 +01:00
deffcolony
84dbc9d300 launcher improvements
+fixed XTTS path issue where it did not found voices
+fixed modules command construct by @AlexVeeBee
+added tab titles when launching service from terminal
+added function to edit modules in launcher.sh
2023-12-07 15:29:05 +01: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