SillyTavern is a frontend for LLMs, based on a fork of TavernAI 1.2.8.
SillyTavern is a user interface you can install on your computer (and Android phones) that allows you to interact with text generation AIs and chat/roleplay with characters you or the community create.
and more!
SillyTavern Extras requires additional setup and configuration for features like RVC.
SillyTavern supports extensions and plugins like:
For more information on using SillyTavern, refer to their extensive documentation here.
Windows 7 is not supported.
Install Node.js LTS.
Just open the installer, and click on Next, Next, etc... Leave everything as default. Once Node.JS is installed, you can download Silly Tavern!
Install GitHub Desktop.
Run Github Desktop and click on Clone a respository from the internet.
https://github.com/SillyTavern/SillyTavern
You can set the Local path to where you want SillyTavern to be installed.(https://rentry.org/STAI-Termux).
C:\Users\[your account name]\Documents\Github\SillyTavern
or where you installed it and double-click on Start.bat.git
and nodejs
using your package manager.git clone https://github.com/SillyTavern/SillyTavern -b release && cd SillyTavern
chmod +x start.sh
./start.sh
Installation steps provided by ArroganceComplex.
You must enable Install from Unknown Sources on your phone before proceeding. Use Google to find out how to enable this on your device.
Do not install Termux from Google Play. The Google Play version of Termux does not work.
apt update
first, then apt upgrade
afterwards.
If it prompts you for a update, type in
y
and press Enter to begin the upgrade process.
pkg install git
first, then pkg install nodejs
afterwards.
If it prompts you to confirm the install, type in
y
and press Enter to begin the install process.
Once the installation for both git
and nodejs
finishes, type in the following command:
git clone https://github.com/SillyTavern/SillyTavern && cd SillyTavern
Once git clone
finishes, run npm install
, then run the following command:
chmod +x start.sh
Once you run the chmod
command you can finally run SillyTavern by running the following command:
./start.sh
If everything works out, your browser should open up to the SillyTavern page itself.
For more information and troubleshooting, consult the full Rentry page here.
Open config.yaml inside of your SillyTavern folder using Notepad or a IDE program like Visual Studio Code. Once open, adjust the following settings.
listen: yes
whitelistMode: false
basicAuthMode: true
Under basicAuthUser change username
and password
to your liking.
Once you are finished with everything, save the file and restart SillyTavern. Now open your phone's browser and go to http://[YOUR_IP_ADDRESS]:8000
, put in your credentials and you should be able to access SillyTavern on your mobile phone.