title: Using AllTalk
Navigate to AllTalk and follow the instructions below to set up AllTalk using Docker or manually.
For manual setup, follow the official instructions provided here.
Clone the AllTalk repository:
git clone https://github.com/erew123/alltalk_tts.git
cd alltalk_tts
Create conda environment and activated it:
conda create --name alltalkenv python=3.11.5
conda activate alltalkenv
Install the required dependencies:
pip install -r system/requirements/requirements_standalone.txt
Run the AllTalk server:
python script.py
Access the server at localhost:7851.
Pull the AllTalk Docker image:
docker pull flukexp/alltalkenv
Run the AllTalk Docker container:
docker run -d -p 7851:7851 --name alltalk-server flukexp/alltalkenv
The server will be available at localhost:7851.
Settings -> Text-to-Speech -> TTS Backend -> AllTalk