mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-04-25 08:59:01 +00:00
Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -19,6 +19,14 @@ Try on Colab (runs KoboldAI backend and TavernAI Extras server alongside): <a t
|
||||
> If you want to use the most advanced features (like Stable Diffusion, TTS), change that to **requirements-complete.txt** in commands below. See [Modules](#modules) section for more details.
|
||||
|
||||
> You must specify a list of module names to be run in the `--enable-modules` command (`caption` provided as an example). See [Modules](#modules) section.
|
||||
### Colab
|
||||
* Open colab link
|
||||
* Select desired "extra" options and start the cell
|
||||
* Wait for it to finish
|
||||
* Get an API URL link from colab output under the `### TavernAI Extensions LINK ###` title
|
||||
* Start TavernAI with extensions support: set `enableExtensions` to `true` in [config.conf](https://github.com/SillyLossy/TavernAI/blob/dev/config.conf)
|
||||
* Navigate to TavernAI settings and put in an API URL and tap "Connect" to load the extensions
|
||||
|
||||
### Locally
|
||||
#### Option 1 - Conda (recommended)
|
||||
* Install Miniconda: https://docs.conda.io/en/latest/miniconda.html
|
||||
@@ -47,13 +55,6 @@ python server.py
|
||||
* Get the API URL. Defaults to `http://localhost:5100` if you run locally.
|
||||
* Start TavernAI with extensions support: set `enableExtensions` to `true` in [config.conf](https://github.com/SillyLossy/TavernAI/blob/dev/config.conf)
|
||||
* Navigate to TavernAI settings and put in an API URL and tap "Connect" to load the extensions
|
||||
### Colab
|
||||
* Open colab link
|
||||
* Select desired "extra" options and start the cell
|
||||
* Wait for it to finish
|
||||
* Get an API URL link from colab output under the `### TavernAI Extensions LINK ###` title
|
||||
* Start TavernAI with extensions support: set `enableExtensions` to `true` in [config.conf](https://github.com/SillyLossy/TavernAI/blob/dev/config.conf)
|
||||
* Navigate to TavernAI settings and put in an API URL and tap "Connect" to load the extensions
|
||||
|
||||
### Settings menu
|
||||
<img src="https://user-images.githubusercontent.com/18619528/222469130-84cf5784-7f0d-48b9-bf8d-3851f2c8cea0.png" style="width:500px">
|
||||
|
||||
Reference in New Issue
Block a user