From debdc3192d33456438bb7341252abbf7fbc2cd46 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:30:50 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 642183a..1ec5125 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,12 @@ There are some folks in the community having success running Extras on their pho We will NOT provide any support for running this on Android. Direct all your questions to the creator of this guide. +#### Talkinghead module on Linux + +It requires the installation of an additional package because it's not installed automatically due to incompatibility with Colab. Run this after you install other requirements: + +`pip install wxpython==4.2.1` + ### 💻 Locally #### Option 1 - Conda (recommended) 🐍 @@ -124,7 +130,7 @@ cd SillyTavern-extras * Run `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 +* Navigate to the SillyTavern extensions menu and put in an API URL and tap "Connect" to load the extensions ## Modules