From 97251b1a0cc89a99f3d0c458d14d69dfe3a1e19f Mon Sep 17 00:00:00 2001 From: ArrangingFear56 <82667894+ArrangingFear56@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:23:34 +0800 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3767cea..882963e 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,19 @@ cd SillyTavern-extras | `--sd-remote-ssl` | Use SSL for the remote SD backend
Default: **False** | | `--sd-remote-auth` | Specify the `username:password` for the remote SD backend (if required) | +## For faster-whisper instead of whisper when using whisper(extras) +1. Install CUDA 12 and cuDNN 8 +2. Install faster-whisper requirements +``` +pip install -r fasterWhisperRequirements.txt +``` +use the `--use-faster-whisper` argument to switch to faster-whisper + +Optional: + +1. use the `--faster-whisper-type` argument to change compute mode for faster-whisper(ex. `--faster-whisper-type=int8`) +2. use the `--faster-whisper-cpu` argument to switch computing device to cpu + ## Coqui TTS ### Running on Mac M1