Server plugin to generate TTS voices using MsEdgeTTS.
Must have SillyTavern >=1.12.0 or the latest staging branch.
-
Before you begin, make sure you set a config
enableServerPluginstotruein the config.yaml file of SillyTavern. -
Open a terminal in your SillyTavern directory, then run the following:
cd plugins
git clone https://github.com/SillyTavern/SillyTavern-EdgeTTS-Plugin- Restart the SillyTavern server.
- Install the plugin.
- Open the TTS panel from the extensions menu.
- Pick "Edge" as a TTS source.
- Pick "Plugin" in the dropdown list below.
Clone the repository, then run npm install.
# Debug build
npm run build:dev
# Prod build
npm run build