How to Install SillyTavern
SillyTavern can be installed on Windows, Linux, MacOS and Android
Installation Instructions
SillyTavern does not currently support install on iOS but can be accessed via those devices
once installed on a compatible operating system
Automatic Installation - Windows SillyTavern Simple Launcher
We have developed a GUI that will automatically install SillyTavern and SillyTavernExtras and all of their dependencies for you on Windows.
Video Installation Instructions
Text Installation Instructions
To install SillyTavern on Windows follow the steps below:
Official Install Documentation: https://docs.sillytavern.app/installation/windows/
Recommended install: Use the SillyTavernSimpleLauncher
Simple video guide on manual installation here: https://www.youtube.com/watch?v=PMX165GyLAg (Duration: 4:13)
❗ Warnings
To install SillyTavern on Linux follow the steps below:
Official Install Documentation: https://docs.sillytavern.app/installation/linuxmacos/
Simple video guide here: https://www.youtube.com/watch?v=TLuEdy5YIhY (Duration: 2:14)
start.sh
script.To install SillyTavern on MacOS follow the steps below:
Official Install Documentation: https://docs.sillytavern.app/installation/linuxmacos/
Requirements
Install Via Terminal:
nvm
(NodeJS Version Manager) by running the following command in Terminal:curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
nvm
usable:export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install node
@latest
part of the command to not auto-pull the latest update as that might overwrite all your previous characters and chatlogs. npx sillytavern@latest
Install Manually:
git clone -b dev https://github.com/Cohee1207/SillyTavern && cd SillyTavern
npm i && node server.js
To install SillyTavern on Android follow the steps below:
As of version 1.5.1 the developers no longer support colab hosting. You can still host your own!
To Install SillyTavernExtras Extensions follow the steps below:
Official Documentation: https://docs.sillytavern.app/extras/installation/
Option 1 - Conda Installation (recommended)
Execute the following commands ONE BY ONE in the CONDA COMMAND PROMPT (Not windows Command Prompt)
extras
): conda create -n extras
conda activate extras
conda install pytorch=2.0.0 torchvision=0.15.0 torchaudio=2.0.0 pytorch-cuda=11.7 git -c pytorch -c nvidia
git clone https://github.com/Cohee1207/SillyTavern-extras
cd SillyTavern-extras
pip install -r requirements.txt
python server.py --enable-modules=caption,summarize,classify
http://localhost:5100
.const enableExtensions
". Make sure that line has "= true
", and not "= false
". conda activate extras
python server.py
Option 2 - Vanilla
git clone https://github.com/Cohee1207/SillyTavern-extras
cd SillyTavern-extras
Run the following command:
python -m pip install -r requirements.txt
Run the following command:
python server.py --enable-modules=caption,summarize,classify
Get the API URL. Defaults to http://localhost:5100 if you run locally.
Start SillyTavern with extensions support: set enableExtensions to true in config.conf
Navigate to SillyTavern extensions menu and put in an API URL and tap "Connect" to load the extensions
What about mobile/Android/Termux?
There are some folks in the community having success running Extras on their phones via Ubuntu on Termux. This project wasn't made with mobile support in mind, so this guide is provided strictly for your information only: https://rentry.org/STAI-Termux#downloading-and-running-tai-extras
❗ IMPORTANT
Visit the FAQ, Subreddit, Discord or GitHub to ask questions of community members and the development team.
Frequently Asked Questions: Sillytavernai.com/faq
Reddit: https://www.reddit.com/r/SillyTavernAI
Discord: https://discord.gg/RZdyAEUPvj
SillyTavern is created and developed by Cohee and RossAscends.
sillytavernai.com is operated by Blueprint Coding and not officially related to SillyTavern's development team.
©2023 Blueprint Coding | Privacy Policy | Cookie Policy (EU)
You've clicked an external link. You will be redirected to a 3rd party site.