Locally Installed Uncensored Text-to-Speech Tutorial. FREE

Опубликовано: 29 Октябрь 2024
на канале: AI BOKKI
253
0

Unleash the power of text to speech on your local PC.
No need to pay any services!

Commands:

git clone https://github.com/coqui-ai/TTS.git

cd TTS

python -m venv tts-env

tts-env\Scripts\activate
(Activate after cd TTS everytime you want to run text-to-speech)


pip install -r requirements.txt


pip install .

After installation,

Go to the Project Directory
create input_text.txt and write the text you want.

Run the script:
python tts-coqi.py



Join the server for AI tweaking ;)
  / discord  
python file for tts:
  / discord  

Many thanks to Coqi team!