mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-01-26 08:59:45 +00:00
677b89f2119d43ad0225184b77bcb1337bfb0ef5
SillyTavern Launcher - (STL)
English | 中文 | 繁體中文 | 日本語 | 한국어 | Nederlands | Français | Tiếng Việt | Português | Español
🔧 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
Core Utilities
Manage essential tools for SillyTavern and other applications.
Supported Apps:
- SillyTavern
- 7-Zip, FFmpeg, Node.js, yq, Visual Studio BuildTools, CUDA Toolkit, Tailscale, w64devkit
Functions:
- Install, uninstall, and configure core utilities
- Edit environment variables and configurations via menu options
Text Completion Apps
Set up and manage text generation platforms.
Supported Apps:
- Text Generation Web UI (oobabooga)
- KoboldCPP
- KoboldCPP Raw
- LlamaCPP
- TabbyAPI
- TabbyAPI with ST Extensions
Functions:
- Install, launch, uninstall, and customize modules through menu selections
Image Generation Apps
Handle image generation platforms.
Supported Apps:
- Stable Diffusion Web UI
- Stable Diffusion Web UI Forge
- ComfyUI
- Fooocus
- Ostris AI Toolkit
Functions:
- Install, launch, uninstall, and tweak settings via the menu system
Voice Generation Apps
Manage voice synthesis and processing tools.
Supported Apps:
- XTTS
- AllTalk
- AllTalk v2 (with diagnostic and fine-tuning modes)
- RVC (Retrieval-based Voice Conversion, including real-time support)
Functions:
- Install, launch, uninstall, and adjust configurations for voice generation tools
Additional Features
- Backup and Restore: Create and restore SillyTavern backups.
- SSL Support: Generate SSL certificates via a dedicated menu.
- Troubleshooting:
- Detect VPN issues
- Gather GPU information
- Check ports
- Resolve GitHub conflicts
- Clear caches (Node.js, npm, pip)
- Export diagnostic data
- Restart the launcher
- Discord Servers
- App Management: Auto-update, switch branches, manage installations/uninstallations.
- Logging: View logs for troubleshooting (
logs/directory). - Custom Settings: Configure custom shortcuts and modules (
settings/directory).
Questions or suggestions?
| Join our Discord community! Get support, share characters and prompts. |
|---|
Screenshots
Windows
Linux
Languages
Batchfile
68%
Shell
31.9%
JavaScript
0.1%