Commit Graph

25 Commits

Author SHA1 Message Date
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
3c6e2ec2c6 launcher upgrades
+downloads latest version of winget when not found
+added troubleshooting commands
2024-03-15 15:34:14 +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
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
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
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
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
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
fe4bb760f3 remove pause
used it for troubleshooting is not needed anymore
2023-12-03 00:27:50 +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
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
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
66f523d9dd added the easy installer 2023-09-02 16:46:54 +02:00