From 35318a5fb5aa91a35db2f11d00b11b46eca239db Mon Sep 17 00:00:00 2001 From: Juha Jeronen Date: Thu, 18 Jan 2024 03:26:52 +0200 Subject: [PATCH] combine paragraphs --- talkinghead/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/talkinghead/README.md b/talkinghead/README.md index 140d608..19a4157 100644 --- a/talkinghead/README.md +++ b/talkinghead/README.md @@ -67,9 +67,7 @@ Here is an example *SillyTavern-extras* config that enables `talkinghead` and `c --enable-modules=classify,talkinghead --classification-model=joeddav/distilbert-base-uncased-go-emotions-student --talkinghead-gpu ``` -To customize which model variant of the THA3 poser to use, and where to install the models from, see the `--talkinghead-model=...` and `--talkinghead-models=...` options, respectively. - -If the directory `talkinghead/tha3/models/` (under the top level of *SillyTavern-extras*) does not exist, the model files are automatically downloaded from HuggingFace and installed there. +To customize which model variant of the THA3 poser to use, and where to install the models from, see the `--talkinghead-model=...` and `--talkinghead-models=...` options, respectively. If the directory `talkinghead/tha3/models/` (under the top level of *SillyTavern-extras*) does not exist, the model files are automatically downloaded from HuggingFace and installed there. #### Testing your installation