A better Text-to-Speech (TTS) AI model

Where can I download Coqui AI from?

https://github.com/coqui-ai/TTS
https://huggingface.co/coqui

How to install Coqui AI to do Text to Speech conversion

Requirements:

Download Python 3.10
Figure 1 - Download Python 3.10

Customize installation
Figure 2 - Customize installation

Install PIP
Figure 3 - Select install PIP

Add python to environment variables
Figure 4 - Add python to environment variables

Figure 5 - Python installation process

Download easpeak-ng
Figure 6 - Download easpeak-ng

Install espeak-ng
Figure 7 - Install espeak-ng

Download MS Build tool
Figure 8 - Download MS Build tool

Install build tool installer
Figure 9 - Install build tool installer

Install build tool
Figure 10 - Install build tool

Build tool installation process
Figure 11 - Build tool installation process

Download TTS sources
Figure 12 - Download TTS sources

Copy source files
Figure 13 - Copy source files

Paste source files to TTS folder
Figure 14 - Paste source files to TTS folder

Open CMD as administrator
Figure 15 - Open CMD as administrator

pip install -r requirements.txt

Install TTS requirements
Figure 16 - Install TTS requirements

python setup.py develop

Setup TTS
Figure 17 - Setup TTS

How to use the Coqui AI web interface to convert text to Speech

Run Coqui AI in server mode

tts-server --model_name tts_models/en/vctk/vits

Run TTS in server mode
Figure 18 - Run TTS in server mode

Figure 19 - TTS server started

Open TTS server GUI
Figure 20 - Open TTS server GUI

Convert Text to Speech
Figure 21 - Convert Text to Speech

Wav file cretaed
Figure 22 - Wav file cretaed

How to use Coqui AI TTS from Ozeki AI

Open Ozeki AI
Figure 23 - Open Ozeki AI

Add new TTS Web model
Figure 24 - Add new TTS Web model

Set TTS server URL
Figure 25 - Set TTS server URL

Create new AI Chat bot
Figure 26 - Create new AI Chat bot

Select model
Figure 27 - Select model

Enable chat bot
Figure 28 - Enable chat bot

Send text to convert
Figure 29 - Send text to convert

Mp3 file received
Figure 30 - MP3 file received

Download MP3 file
Figure 31 - Download MP3 file

More information