- I am completely blind and use a screen reader; the interface looks however it looks by default
This extension registers OmniVoice as a TTS provider inside SillyTavern's built-in TTS extension so it can be used for:
- character voice maps,
- automatic narration of new character messages,
- the narrate button next to character messages,
- manual test generation,
- voice design and voice cloning utilities.
- Extract this folder into
SillyTavern/public/scripts/extensions/third-party/omnivoice-sillytavern-extension - Reload SillyTavern.
- Open Extensions > TTS.
- Select OmniVoice as the TTS provider. You must have the following program configured: https://github.com/diogod2r/OmniVoice-FastAPI
- Configure the base URL and advanced options.
- Refresh voices and assign them in the voice map.
- This extension registers a provider via SillyTavern's TTS extension API.
- It exposes OmniVoice presets and also allows free-form instruct strings.
- Voice cloning and voice design tools are included in the provider settings panel for generating and testing voices.
new voices don't show up unless you:
- press refresh voices
- press reload
- force refresh the page with control+f5
Why? Who knows! PR's are accepted!