mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-01-26 17:09:44 +00:00
56bc5cbcee137be49b2f9adbd50d4fc4bcb650e6
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.
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
- Git clone the Sillytavern-Launcher with:
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher
- Start the installer.sh with:
chmod +x install.sh && ./install.sh
- After installation start the launcher.sh 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)"
- Install git with:
brew install git
- Git clone the Sillytavern-Launcher with:
git clone https://github.com/SillyTavern/SillyTavern-Launcher.git && cd SillyTavern-Launcher
- Start the installer.sh with:
chmod +x install.sh && ./install.sh
- After installation start the launcher.sh 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%