Commit Graph

159 Commits

Author SHA1 Message Date
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
deffcolony
ca974649f4 launcher upgrades
+added voice generation app launcher + installer + uninstaller for: XTTS, AllTalk, RVC,
2024-04-17 20:39:28 +02:00
deffcolony
c0a426ab19 Merge pull request #47 from bdashore3/main
Fix TabbyAPI torch issues
2024-04-16 22:43:20 +02:00
kingbri
6de63d4c5d Launcher: Don't install torch with TabbyAPI
TabbyAPI provides torch inside pyproject.toml. No need to install
extra torch dependencies.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-04-16 16:33:23 -04:00
deffcolony
04995c4618 Update Launcher.bat 2024-04-16 16:10:20 +02:00
deffcolony
dad5710417 launcher upgrades
+changed installer option to be sillytavern as default and moved install everything at the bottom
+fixed w64devkit path
2024-04-16 16:08:58 +02:00
deffcolony
1734deead9 Update Launcher.bat 2024-04-15 12:33:31 +02:00
deffcolony
0a1f2879b0 launcher upgrades
+added VRAM calculator by rolyattata
2024-04-15 12:04:27 +02:00
deffcolony
b24127576c Update Launcher.bat 2024-04-13 12:18:02 +02:00
deffcolony
86536167d8 launcher upgrades
+added installer + uninstaller for llamacpp
+added GPU VRAM info
+added menu to view recommendations for LLM model based on VRAM
+ooba now launches with 1 cmd window instead of 2
+added conda deactivate command before uninstalling app made in miniconda
2024-04-12 21:10:00 +02:00
deffcolony
8ed8f6bf86 Update Launcher.bat
fixes some path issues
2024-04-12 11:06:37 +02:00
deffcolony
b14d473590 Update Launcher.bat 2024-04-11 23:30:33 +02:00
deffcolony
423d669a9d Update installer.bat 2024-04-11 21:34:08 +02:00
deffcolony
e021882002 Update Launcher.bat 2024-04-11 21:18:22 +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
aad324d60a Merge pull request #46 from CasualAutopsy/main
New Launcher Icon
2024-04-11 18:53:07 +02:00
CasualAutopsy
31eec5cef9 Add Original Icon 2024-04-11 12:42:21 -04:00
CasualAutopsy
ebf0a3b453 Update README.md Logo 2024-04-11 12:18:17 -04:00
CasualAutopsy
3cfed14bbc New Launcher Icon 2024-04-11 12:13:53 -04:00
deffcolony
44f4aadeaa Update Launcher.bat 2024-04-09 18:05:44 +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
6b2c5bade2 Update README.md 2024-04-07 16:06:24 +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
38df4c7379 launcher upgrades
+downloads latest winget in bin folder if not exist instead of %temp%
+downloads latest vs_buildtools in bin folder if not exist instead of %temp%
2024-04-04 16:38:44 +02:00
deffcolony
d57f008633 launcher upgradres
+fixed dont start koboldcpp when starting ooba
+added ability to choose GPU when installing koboldcpp
2024-04-04 14:34:19 +02:00
deffcolony
97aaa8a57d launcher upgrades
+moved Backup and Switch Brance menu into Toolbox
+added ability to start sillytavern with remotelink
+fixed koboldcpp path issue
2024-04-03 22:58:31 +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