Commit Graph

15 Commits

Author SHA1 Message Date
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