Skip to content

TTS Output

altoiddealer edited this page Aug 10, 2024 · 10 revisions

Getting TTS responses from the bot

Tested: alltalk_tts, coqui_tts, silero_tts, edge_tts, and elevenlabs_tts


  1. Install your TTS extension.

    Follow the specific instructions for your TTS extension!!

    Example instructions for coqui_tts:

    Run the .cmd file in text-generation-webui directory (ex: cmd_windows.bat), and performing the following commands:

    Linux / Mac:

    pip install -r extensions/coqui_tts/requirements.txt
    

    Windows:

    pip install -r extensions\coqui_tts\requirements.txt
    
  2. Ensure that your bot has sufficient permissions to use the Voice channel and/or upload files (From your bot invite/Discord Developer portal, and your Discord server/channel settings)

  3. Configure config.yaml in the section discord > tts_settings

  4. If necessary, model file(s) should download on first launch of the bot. If not, then first launch textgen-webui normally and enable the extension.

  5. Your characters can have their own settings including voices! See example character M1nty for usage

Clone this wiki locally