mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-01-26 17:09:44 +00:00
205d20da2bdb46bff07387b6de93778d3310ee95
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.
SillyTavern Launcher - (STL)
【English | Chinese | Japanese | Korean | Dutch | French | Vietnamese | Portuguese | Spanish】
🔧 Installation
🪟 Windows
- On your keyboard: press
WINDOWS + Rto open Run dialog box. Then, run the following command to install git:
cmd /c winget install -e --id Git.Git
- On your keyboard: press
WINDOWS + Eto open File Explorer, then navigate to the folder where you want to install the launcher. Once in the desired folder, typecmdinto the address bar and press enter. Then, run the following command:
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher && start installer.bat
🐧 Linux
- Open your favorite terminal and install git
- Download Sillytavern Launcher with:
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher - Start the installer with:
chmod +x install.sh && ./install.shand choose what you wanna install - After installation start the launcher with:
chmod +x launcher.sh && ./launcher.sh
🍎 Mac
- Open a terminal and install brew with:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - Then install git with:
brew install git - Download Sillytavern Launcher with:
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git - Navigate to the SillyTavern-Launcher with:
cd SillyTavern-Launcher - Start the install launcher with:
chmod +x install.sh && ./install.shand choose what you wanna install - After installation start the launcher with:
chmod +x launcher.sh && ./launcher.sh
✨ Features
-
Ability to automatically install Core apps with optional apps:
- SillyTavern,
- Extras,
- XTTS,
- 7-Zip,
- FFmpeg,
- Node.js,
- yq,
- Visual Studio BuildTools,
- CUDA Toolkit
-
Ability to automaticly install Text Completion apps:
- Text generation web UI oobabooga
- koboldcpp
- TabbyAPI
-
Ability to automaticly install Image Generation apps:
- Stable Diffusion web UI
- Stable Diffusion web UI Forge
- ComfyUI
- Fooocus
-
Auto update all apps
-
Backup and Restore SillyTavern
-
Switch branch
-
Module editors
-
App installer & uninstaller to manage applications
-
Troubleshooting menu to fix most common problems
Questions or suggestions?
| Join our Discord community! Get support, share characters and prompts. |
|---|
Screenshots
Languages
Batchfile
68%
Shell
31.9%
JavaScript
0.1%