Commit Graph

185 Commits

Author SHA1 Message Date
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
3add552ff2 Updated version number to reflect new port find feature
Missed updating version # last push.
2024-07-06 12:38:48 -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
deffcolony
b421942f12 launcher upgrades
+text improvements
+automaticly return home after correctly ST launch
2024-07-06 14:08:52 +02:00
deffcolony
76719d6142 Merge pull request #59 from BlueprintCoding/main
Added ST node server logging and automatic fixing for Node Module Errors
2024-07-06 12:29:28 +02:00
deffcolony
68ee31e03f Merge pull request #60 from Primogenitor33/main
Fix TabbyAPI Model Options
2024-07-06 12:06:01 +02:00
Primogenitor33
70a55daee3 Fix TabbyAPI Model Options
Corrected an oversight where the TabbyAPI Model installer did not check if VRAM was EQUAL to 12. It only checked <8, >12, or <12.
2024-07-06 03:02:12 -04:00
Blueprint Coding
9082699cc7 Added ST node server logging and automatic fixing for Node Module Errors
Logs ST node server console output to file, scans the log for node module errors, if found prompts user to run the troubleshooter for an auto-fix
2024-07-05 16:26:44 -06:00
deffcolony
7b7def5d9f Merge pull request #58 from LightD31/main
Actual default value
2024-07-05 12:53:57 +02:00
LightD31
9b0e46262e Actual default value
The Y/n notation indicates that Y is the default value, but it wasn't the case
2024-07-04 23:12:18 +02:00
deffcolony
76cf79ac55 launcher upgrades
+added new model for tabbyapi
+when user downloads existing model it will replace existing file
2024-07-04 12:53:45 +02:00
deffcolony
87abd356f4 added comments 2024-07-03 12:48:06 +02:00
deffcolony
5289a3dc73 version number 2024-07-01 18:51:32 +02:00
deffcolony
5e9a8eba27 launcher upgrades
+added model downloader for tabbyapi (model gets downloaded based on VRAM size)
2024-07-01 18:45:58 +02:00
deffcolony
40152adb17 Update Launcher.bat
downgrades numpy to version 1.26.4 so it fixes TabbyAPI compile error
2024-06-23 19:29:21 +02:00
deffcolony
c29c6499f8 Update Launcher.bat
fixes stable difussion webui forge
2024-06-20 22:21:16 +02:00
deffcolony
a404f0dc43 Merge pull request #57 from BlueprintCoding/main
Create and Use SSL for - Conflicts Resolved and Gitingore Fixed.
2024-06-09 13:34:49 +02:00
Blueprint Coding
2605e5bcf2 Updated gitignore to allow for ssl creation bat file 2024-06-08 15:05:40 -06:00
Blueprint Coding
4680166042 Create and Use SSL for SillyTavern - Conflicts Resolved
Added ability for launcher to generate and implement SSL for SillyTavern.

Auto-creates SSL with OpenSSL bundled with GIT commandline.
After creation updates ST launch links to use the cert. Added abilities to delete and regen cert.
Added links to read me on why self-signed certs are safe in this case and how to add to trusted.
Add exception to bin gitignore for the ssl creation bat "create_ssl.bat"
2024-06-08 15:00:49 -06:00
deffcolony
b068c324c8 Merge pull request #55 from Alib234/main
Fix launcher.sh bash script
2024-06-08 17:33:17 +02:00
Alib234
35ec50c6ea actually make SillyTavern start 2024-06-08 07:56:18 +02:00
Alib234
b82ab6acc2 remove "$(dirname "$0")" memes by removing it completely, as usage only caused issues or was pointless 2024-06-08 07:22:37 +02:00
Alib234
22e8abb195 make first cd more concise 2024-06-08 07:09:41 +02:00
Alib234
a268f7233c make the script cd into the base dir first 2024-06-08 07:05:42 +02:00
Alib234
4ee1a97305 remove unnecessary ./ from if statements in update() 2024-06-08 06:58:50 +02:00
Alib234
7bbcff28ea fix whoopsie 2024-06-08 06:45:14 +02:00
Alib234
3c4ada93b4 fix bash script unable to update properly and unable to find terminal 2024-06-08 06:34:47 +02:00
deffcolony
72784837c8 launcher upgrades
+moved extras into app launcher
+some variables for PID, version
+added pid detection in troubleshooter
2024-05-23 16:59:41 +02:00
deffcolony
c199b2643f Update Launcher.bat
+added variables for install paths of ai apps
+added check if st folder exists if not then display message on home
2024-05-14 19:55:04 +02:00
deffcolony
8d05b7a076 Update Launcher.bat
+fixed all_talk cuda & deepspeed
2024-05-12 22:27:54 +02:00
deffcolony
562fc96fb8 launcher upgrades
+fixes removal of xtts-api-folder
+moved xtts editor into voice generation
2024-05-10 13:48:02 +02:00
deffcolony
c0b88be416 version number 2024-05-09 17:29:27 +02: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
325402119c launcher upgradres
+fixed XTTS compile error
+moved XTTS into voice generation folder
+added ability to update text-generation-webui [ooba]
+added ability to update koboldcpp & koboldcpp_rocm
+added ability to update alltalk
2024-05-07 15:37:58 +02:00
deffcolony
027d31fe79 Update installer.bat 2024-05-02 18:11:49 +02:00
deffcolony
a3824deb12 Update installer.bat 2024-05-02 18:01:28 +02:00
deffcolony
19ceeb2641 Update installer.bat
+extras install warning
2024-05-02 16:03:02 +02:00
deffcolony
374b3490ee Update installer.bat
+added install summary when user wants to install everything
2024-05-01 20:32:28 +02:00
deffcolony
9a0bb27de4 launcher upgrades
+check if sillytavern folder exists
2024-04-24 16:42:27 +02:00
deffcolony
e0d6fd2788 Update README.md 2024-04-24 13:20:20 +02:00
deffcolony
e39176c5ee Update Launcher.bat
+remove neo server since its merged with staging
2024-04-22 13:31:50 +02:00
deffcolony
510c15a533 Update Launcher.bat
+changed backup restore location
2024-04-22 13:26:33 +02:00
deffcolony
1521a01dca launcher upgrades
+fixes xtts install with deepspeed for real this time
2024-04-21 21:38:40 +02:00
deffcolony
6b3feeac64 Update Launcher.bat 2024-04-21 16:19:30 +02:00
deffcolony
5d065af246 Merge pull request #48 from BlueprintCoding/main
Creation of Custom Shortcuts For App Launching
2024-04-21 13:32:32 +02:00
Blueprint Coding
205d20da2b Creation of Custom Shortcuts For App Launching
1. Custom Shortcut Creation:

    * Implemented a feature that allows users to create a custom shortcut for launching specific apps from the toolbox with SillyTavern directly from the main menu with a single button push.
    * Added a command (:create_custom_shortcut) to dynamically generate and save these shortcuts to a text file, "custom-shortcut.txt" in "\bin\settings".

2. Shortcut Execution:

    * Introduced the :launch_custom_shortcut command to execute shortcuts based on the contents of the custom-shortcut.txt file. This includes a mechanism to read and process commands line-by-line from the file.
    * Adjusted command flow to launch SillyTavern without using :start_st as it ends with a goto :home, breaking the chaining of commands.
    * Changed the following commands to end with 'goto :home' to ensure users return to the home menu smoothly after application launches:
        - :start_ooba, :start_koboldcpp, :start_tabbyapi, :start_alltalk, :start_xtts, :start_rvc, :start_sdwebui, :start_sd

3. Toolbox Menu Enhancement:

    * Introduced a new option "Reset Custom Shortcut" in the toolbox menu that allows users to delete the existing custom shortcut txt file, effectively resetting the custom shortcut setup.

4. Gitignore Configuration:

    * Confirmed that the bin/ directory and all its contents, such as the settings/custom-shortcut.txt, remain untracked by Git to protect user-specific settings from being overwritten during updates.
2024-04-20 19:47:39 -06:00
deffcolony
95cadd27e6 Update Launcher.bat
+added extras websearch module
2024-04-20 22:45:03 +02:00
deffcolony
929b896182 Update Launcher.bat 2024-04-20 16:12:43 +02:00
deffcolony
7979c42234 launcher upgrades
+added check if path contains spaces
+added check if path contains special characters
+added update manager
2024-04-20 16:04:41 +02:00