- 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.
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.
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
+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
+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
+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
+added uninstallers to app uninstaller category
+organized the toolbox menu
+added gitignore for sillytavern-backups
+added xtts install option to installer.bat
+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
+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