Commit Graph

108 Commits

Author SHA1 Message Date
deffcolony
61bf038cf3 small fixes
+fixed xtts install
2024-03-31 16:21:00 +02:00
deffcolony
d46d02e517 small fixes
+fixed pip install for xtts
+bug report change
2024-03-30 22:55:24 +01:00
deffcolony
eb27216156 issue labeler
+added automatic label system
2024-03-29 14:05:53 +01:00
deffcolony
471fb15041 launcher upgrades
+fixed miniconda3 path issue
+corrected text string in troubleshooting menu
2024-03-27 12:36:38 +01: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
deffcolony
5a021bbb98 launcher upgrades
-removed question to install XTTS since user already chooses to install XTTS with sillytavern
-removed XTTS install when user chooses to only install extras
2024-03-19 15:02:49 +01:00
deffcolony
329d212d4f Update README.md 2024-03-17 21:33:14 +01:00
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
deffcolony
6ae48770f2 Merge pull request #35 from Blazzycrafter/main
Add Edge TTS extras module option to Launcher.bat and launcher.sh
2024-02-26 19:05:21 +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
e537d72579 Correction for bug label 2024-01-03 13:53:42 +01:00
deffcolony
695ee5f458 added issue templates 2024-01-03 13:49:05 +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
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
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
deffcolony
9c12239311 Merge pull request #25 from AlexVeeBee/main
[HOTFIX] Added "listen_trigger" variable
2023-12-13 21:58:54 +01:00
AlexVeeBee
eecaac0fac Shrimple as that 2023-12-13 20:55:54 +00:00
AlexVeeBee
091a16e7e0 Merge branch 'main' of https://github.com/AlexVeeBee/SillyTavern-Launcher 2023-12-13 20:54:34 +00:00
AlexVeeBee
3248c959c6 Merge branch 'main' of https://github.com/AlexVeeBee/SillyTavern-Launcher 2023-12-13 20:51:30 +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
Cohee
53a746446b Merge pull request #24 from deffcolony/main 2023-12-12 13:47:06 +02: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
5e339b1fd6 Merge branch 'SillyTavern:main' into main 2023-12-10 18:26:26 +01:00
deffcolony
0cce958d57 Merge pull request #4 from AlexVeeBee/main
Display the GPU name better.
2023-12-10 00:03:16 +01:00
alexveebee
03cbf48067 Display the GPU name better. 2023-12-09 22:59:02 +00:00
Cohee
71815bf7ea Merge pull request #22 from deffcolony/main
launcher improvements
2023-12-08 16:50:51 +02:00
deffcolony
145b00deaa fixed some mess 2023-12-08 01:11:39 +01:00
AlexVeeBee
f45ae3f68c Merge branch 'main' of https://github.com/AlexVeeBee/SillyTavern-Launcher 2023-12-07 23:39:05 +00:00
deffcolony
949a83b106 Merge pull request #3 from AlexVeeBee/main
Update Launcher.bat
2023-12-07 23:52:08 +01:00
Alex
6d5dca9be0 Update Launcher.bat 2023-12-07 22:43:15 +00:00
AlexVeeBee
5eebc87768 Merge branch 'main' of https://github.com/AlexVeeBee/SillyTavern-Launcher 2023-12-07 22:43:11 +00:00
AlexVeeBee
27e0ca00e1 Merge branch 'main' of https://github.com/AlexVeeBee/SillyTavern-Launcher 2023-12-07 22:38:23 +00:00
AlexVeeBee
9e85ee1535 Remove debug pause 2023-12-07 22:37:29 +00:00
deffcolony
af83c15471 Merge pull request #2 from AlexVeeBee/main
Fixed extras part 2
2023-12-07 23:21:54 +01:00
Alex
a45aa74b07 Merge branch 'deffcolony:main' into main 2023-12-07 22:16:39 +00:00