Commit Graph

18 Commits

Author SHA1 Message Date
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
deffcolony
205c7b9bbe launcher upgrades
- windows
+ replaced paths with variables
+ ability to update tabbyapi
+ ability to update ffmpeg
- linux/mac
+ added warning before installing extras
+ added warning before install choice for everything
+changed install menu order
2024-05-09 17:27:58 +02:00
deffcolony
2ff55fbe91 launcher upgrades
+added editor for text generation webui
+added sillytavern and custom launcher icon
+when installing sillytavern it will now ask if user wants to create icon for launcher and sillytavern
2024-04-11 21:14:50 +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
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
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
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
026cc8b962 hotfix for launching extras
+fixed the start_command not found
+added requirements for RVC
2023-12-12 12:04:56 +01:00
alexveebee
03cbf48067 Display the GPU name better. 2023-12-09 22:59:02 +00: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
deffcolony
a9307b937b install.sh + support for various package managers (#2)
* install.sh + support for various package managers

the sillytavern installer script with easy terminal menu

* install.sh + support for various package managerss

* added gentoo support + removed python3-venv
2023-09-05 16:25:08 +03:00