Commit Graph

16 Commits

Author SHA1 Message Date
deffcolony
a7a9eef0ab change powershell download to curl
change all powershell builtin download commands to curl to prevent 403 forbidden feedback
2025-06-18 12:49:42 +02:00
Blueprint Coding
6579e09947 Combine Troubleshooting & Support Menus, Added GPU detection, Added more compatibility stats 2024-07-28 11:55:05 -06:00
Blueprint Coding
0ccd589c57 Added log detection failure fallback & VPN detection to warn of install issues
- Added log detection failure fallback so if logs aren't found for auto-repair SillyTavern it launches with start.bat normally
- VPN detection to warn of install issues because Node.JS will sometimes partially fail to install if a VPN is active
- added a developer fast restart option under 000 at home.
2024-07-26 13:21:35 -06:00
Blueprint Coding
4f13de26a9 Update .gitignore
Update .gitignore to avoid log files upload regardless of directory
2024-07-07 13:44:56 -06:00
Blueprint Coding
56bc5cbcee Major Backend Rework - Modularized Many Functions
Users shouldn't see much of a difference on the front end. Version # 1.2.0 -> V1.2.1

Removed the following from Launcher.bat and created modular bat files for the sub-functionality.

- :start_st - > start_st.bat
- :exit - > exit_stl.bat
- :unresolved_unmerged -> unresolved_unmerged.bat
- :remove_pip_cache -> remove_pip_cache.bat
- :remove_node_modules - > remove_node_modules.bat
- :onboarding_flow -> onboarding_flow.bat
- :find_app_port -> find_app_port.bat
- :export_dxdiag -> export_dxdiag.bat

Moved all logs, dxdiag_info.txt and pids.txt to bin/logs/

updated start_st_rl to use same launching and auto-fixing function as start_st

Fixed :onboarding_flow to work with the new user data structure of SillyTavern

Added redirect flow controllers to troubleshooting sub function menus so they can redirect back to troubleshooting or home menus based on where they are called.
2024-07-06 18:08:02 -06:00
Blueprint Coding
30482653b8 Fix git ignore to ignore the logs folder 2024-07-06 14:49:03 -06:00
Blueprint Coding
25c69c577c Modularization/Organization - Find App Title for Port
Added some basic modularization and reorganization.

- Moved logs to /bin/logs
- Moved create_ssl.bat, fetch_title.js and log_wrapper.bat to /bin/functions/~/

Add functionality to troubleshooting port finder to find the Title of the the application using the port
2024-07-06 12:30:39 -06:00
Blueprint Coding
2605e5bcf2 Updated gitignore to allow for ssl creation bat file 2024-06-08 15:05:40 -06:00
deffcolony
ca974649f4 launcher upgrades
+added voice generation app launcher + installer + uninstaller for: XTTS, AllTalk, RVC,
2024-04-17 20:39:28 +02:00
deffcolony
8f4a353377 launcher upgrades
+added module editor for stable difussion webui
+fixed broken link when installing extensions for stable diffussion
+added ability to add API key from civitai
+added logs.log file when user inputs wrong value
+moved .txt files for modules into /bin/settings
-removed unused code
2024-04-09 17:41:45 +02:00
deffcolony
d948d5695a launcher upgrades
+changed title to STL for installer.bat
+changed error handling when user triggers invalid input
+added app launcher + installer + uninstaller for: Text generation web UI (oobabooga), koboldcpp, TabbyAPI, Stable Diffusion web UI, Stable Diffusion web UI Forge, ComfyUI, Fooocus
+ability to download stable difussion models from the app installer
2024-04-07 00:40:13 +02:00
deffcolony
1cbd73f825 launcher upgrades
+added ooba, koboldcpp and tabbyapi installers + uninstallers + launchers
+changed window title to STL
+added installers + uninstallers for cuda toolkit and visual studio buildtools
+organized categories
2024-04-02 23:24:28 +02: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
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
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