deffcolony c36c5f6545 launcher upgrades
+added option to update menu for updating sillytavern-launcher repo
+added more checks if git pull fails then retry 3 times
+gitignore the xtts folder
+added option to cancel install for install.sh
-forgot to remove xtts launch from extras launch
2024-01-18 19:19:19 +01:00
2024-01-18 19:19:19 +01:00
2024-01-18 19:19:19 +01:00
2024-01-17 23:21:30 +01:00
2024-01-18 19:19:19 +01:00
2024-01-18 19:19:19 +01:00
2023-09-01 16:24:44 +03:00
2023-11-18 20:36:32 +01:00
2023-09-06 16:05:27 +03:00

SillyTavern-Launcher

Launcher scripts for SillyTavern and Extras.

Usage

Windows

  1. Install Git for Windows
  2. Open Windows Explorer (Win+E) and make or choose a folder where you wanna install the launcher to
  3. Open a Command Prompt inside that folder by clicking in the 'Address Bar' at the top, typing cmd, and pressing Enter.
  4. When you see a black box, insert the following command: git clone https://github.com/SillyTavern/SillyTavern-Launcher.git
  5. double click on installer.bat and choose what you wanna install
  6. After installation double click on launcher.bat

Linux

  1. Open your favorite terminal and install git
  2. Download Sillytavern Launcher with: git clone https://github.com/SillyTavern/SillyTavern-Launcher.git
  3. Navigate to the SillyTavern-Launcher with: cd SillyTavern-Launcher
  4. Start the install launcher with: chmod +x install.sh && ./install.sh and choose what you wanna install
  5. After installation start the launcher with: chmod +x launcher.sh && ./launcher.sh

Mac

  1. Open a terminal and install brew with: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Then install git with: brew install git
  3. Download Sillytavern Launcher with: git clone https://github.com/SillyTavern/SillyTavern-Launcher.git
  4. Navigate to the SillyTavern-Launcher with: cd SillyTavern-Launcher
  5. Start the install launcher with: chmod +x install.sh && ./install.sh and choose what you wanna install
  6. After installation start the launcher with: chmod +x launcher.sh && ./launcher.sh
Description
Launcher scripts for SillyTavern and ST-Extras.
Readme MIT 1.2 MiB
Languages
Batchfile 68%
Shell 31.9%
JavaScript 0.1%