githubEdit

Using Alltalk TTS

You can find the full AllTalk documentation herearrow-up-right. Navigate to AllTalkarrow-up-right and follow the instructions below to set up standalone AllTalk version 2.

Setting Up Standalone AllTalk Version 2

Windows Instructions

For manual setup, follow the official instructions provided herearrow-up-right.

Do not install this inside another existing Python environments folder.

  1. Open Command Prompt and navigate to your preferred directory:

    cd /d C:\path\to\your\preferred\directory
  2. Clone the AllTalk repository:

    git clone -b alltalkbeta https://github.com/erew123/alltalk_tts
  3. Navigate to the AllTalk directory:

    cd alltalk_tts
  4. Run the setup script:

    atsetup.bat
  5. Follow the on-screen prompts:

  • Select Standalone Installation and then Option 1.

  • Follow any additional instructions to install required files.

  • Known installation Errors & fixes are in the Error-Messages-List Wikiarrow-up-right

Linux Instructions

  1. Open a terminal and navigate to your preferred directory:

  2. Clone the AllTalk repository:s

  3. Navigate to the AllTalk directory:

  4. Run the setup script:

  5. Follow the on-screen prompts:

  • Select Standalone Installation and then Option 1.

  • Follow any additional instructions to install required files.

  • Known installation Errors & fixes are in the Error-Messages-List Wikiarrow-up-right

Make sure AllTalk is enabled for TTS:

Notes

Last updated