Commit Graph

44 Commits

Author SHA1 Message Date
deffcolony
3c6e2ec2c6 launcher upgrades
+downloads latest version of winget when not found
+added troubleshooting commands
2024-03-15 15:34:14 +01:00
deffcolony
6d667d3df6 launcher upgrades
+added function to troubleshooting menu so user can find what app is using a port
+added dxdiag export function to troubleshooting menu (will export to current script location)
2024-03-11 14:47:01 +01:00
deffcolony
81fdd9449f launcher upgrades
+put more stuff into a organized category for toolbox
+added more uninstall options for: ffmpeg, node.js, 7-zip
2024-03-10 17:47:42 +01:00
deffcolony
99a744fde5 launcher upgrades
+added uninstallers to app uninstaller category
+organized the toolbox menu
+added gitignore for sillytavern-backups
+added xtts install option to installer.bat
2024-03-06 17:46:52 +01:00
Blazzycrafter
4ed81d1744 Add Edge TTS module option to Launcher.bat and launcher.sh 2024-02-17 14:46:18 +01:00
deffcolony
138772110f small correction
+forgot to change extras to xtts when starting xtts
2024-02-12 20:32:17 +01:00
deffcolony
998070dbc5 launcher improvements
Fixes issue: #34
+ changed how PATH is getting saved in the registry to avoid emty strings for winget, 7-zip and ffmpeg
2024-02-04 22:26:35 +01:00
deffcolony
9241f92ae4 forgot to change version number 2024-01-30 21:16:53 +01:00
deffcolony
41ee00c152 launcher upgrades
+added XTTS module editor in toolbox
+moved application installers into app installer
2024-01-30 21:00:55 +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
e0cde01839 launcher upgrades (windows)
+added xtts launcher option instead of hidding it inside extras
+added option to remove node modules if user has node errors
+added check system for installer.bat to check git clone connection if fail then retry 3 times
2024-01-17 23:21:30 +01:00
deffcolony
c1e9b10eac fixes xtts install commands
+correct the install commands to install xtts the right way for nvidia with cuda
+removed deepspeed flag since not all users can run it
2024-01-11 16:54:37 +01:00
deffcolony
dfa82d72ff launcher improvements 2024-01-07 21:24:01 +01:00
deffcolony
835a7437a7 removed --stream-play-sync flag
-removes --stream-play-sync from xtts launch
2024-01-05 00:12:18 +01:00
deffcolony
1202739edd launcher improvements (windows)
+be able to update xtts from update
+user can cancel install for installer.bat/launcher.bat if choice is on accident
+added flags for XTTS --stream-play-sync, --deepspeed
2024-01-04 22:10:58 +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
fcbfbb335b launcher fixes (windows)
+ if no modules are enabled then show error with friendly redirect so user can enable module flags
+ Use the GPU choice made earlier to set the correct PyTorch index-url to install XTTS
2024-01-02 14:17:44 +01:00
deffcolony
8ec79f0783 removed some flags
- removed --rebase --autostash so it does not mess with the sillytavern-extras folder when a local change exist... this will prevent from breaking modules like missing flask
2023-12-20 20:02:14 +01:00
AlexVeeBee
eecaac0fac Shrimple as that 2023-12-13 20:55:54 +00:00
deffcolony
1c42ea9b3b launcher improvements
+added gitignore
+moved user questions to top so it asks the question first instead of waiting 20 minutes before another question
+added miniconda3 check when starting script
2023-12-12 19:06:39 +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
deffcolony
145b00deaa fixed some mess 2023-12-08 01:11:39 +01:00
Alex
6d5dca9be0 Update Launcher.bat 2023-12-07 22:43:15 +00:00
AlexVeeBee
e3a4e1e16a Fixed extras - Part 2 2023-12-07 22:15:56 +00:00
AlexVeeBee
2a16fd862a Ficxed the hard codded launch 2023-12-07 16:24:01 +00: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
c891208597 fixed installer loop + gpu detection
+ fixed installer that would loop when installing extras
+ asks the user for gpu choise
+ added gpu detection info box displays what gpu is detected in the system
+ fixed uninstall path for folders with spaces in them
2023-12-03 00:23:30 +01:00
deffcolony
c579e05317 removed coqui 2023-11-29 17:09:59 +01:00
deffcolony
bb6709dd06 added XTTS installer + launcher starter
+ asks the user if they wanna install XTTS
+ asks the user if they wanna start launcher.bat after installation
2023-11-28 21:43:03 +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
92c4586efa renamed conda env to extras 2023-11-17 16:50:13 +01:00
deffcolony
32001f454c launcher + installer improvements
+ fixes ffmpeg installation (will pull the 7z at current script location instead of %temp%)
+ fixed shortcutTarget name
+ removed requirements-complete
+ ask user if they wanna install Coqui
2023-11-16 14:19:40 +01:00
deffcolony
f0906c4ad9 replaced all bitsadmin /transfer with curl 2023-11-13 17:03:24 +01:00
deffcolony
000ca7e8b2 use curl to download buildtools
removed bitsadmin /transfer to use curl for downloading buildtools
2023-11-13 16:53:52 +01:00
deffcolony
ac2ef48463 micro fix for EditEnvironmentVariables 2023-10-28 21:36:49 +02:00
deffcolony
b8057a2b72 detailed logging + shortcut fix
* Added logging with timestamp so you can see how long each command takes
* Added uninstaller in the toolbox menu to completely remove sillytavern + extras
* Fixed launcher shortcut not being created correctly
* Small functions name cleanup
2023-10-28 21:29:19 +02:00
deffcolony
43fbf66f5b fixed update + modules
* removed brance switch for extras since its only main
* added menu titles
* backup now creates new folder at root of where script is located instead of inside sillytavern folder
2023-10-21 17:36:51 +02:00
deffcolony
9612b55b80 extras module fix + reinstall
* removed unnecessary modules from extras since they are builtin now (use local classification)

* fixed the extras reinstall option
2023-10-03 13:22:18 +02:00
deffcolony
ed1ddbbe62 updated conda version + extras reinstaller 2023-09-27 19:39:34 +02:00
Cohee
c7cd7ffb77 Update Launcher.bat 2023-09-16 15:03:33 +03:00
deffcolony
fe55bfe4c5 server + extras opens now separately 2023-09-16 12:33:21 +02:00
Cohee
7b709e244b Add files via upload 2023-09-06 16:01:45 +03:00