Crazy Alltalk TTS and Deepspeed Voices locally in 2024! / How to install

preview_player
Показать описание
Today ill be showing a little more voice cloning tools: AllTalk TTS you can use at home on your very own Computer! I had the time so Iv'e created a few videos going over some issues one may face, the Programs ill be using is as follows:

This is the (NEW Beta Version):

Commands:
(run normally)
wait till install fails
move to anaconda terminal - conda env
activate env
start the bat file see issues and then:
pip install aiofiles
pip install TTS
pip install sounddevice
pip install requests
pip install soundfile
pip install fastapi
run the bat file

**GitHub**

#alltalk
#VoiceCloning
#TextToSpeech
#TTS
#VoiceTechnology
#AI
#ArtificialIntelligence
#Text Generation
#oogabooga
#Sillytavern
#Anaconda
#PythonPackages
#TechTutorial
#InstallationGuide
Рекомендации по теме
Комментарии
Автор


also if you'd like to do a ridiculous amount of generation for voice clips or even video perhaps using your favorite character use this:

Hope this video helped someone, any questions/errors please drop them down below.
Also remember to show the Developers some Love ❤

DarthyMaulocus
Автор

Omg thank you for your video. 1h later I got it finally working. I mean it is free stuff, but hell. Couldn't this install be made easier?

matufujiwara
Автор

No matter what I do, AllTalk v2 in SillyTavern says "offline" in status after following all instructions, any ideas what I may be missing, I've been looking around for days but can't figure this out.

neodarkomega
Автор

can you please shoot a tutorial about how to use narrator with that (multiple voices in text). i know the setup for that and i can show that to you but having a little issue, if interested we can talk

feritkardal
Автор

Did you install Deepspeed? It says Deepspeed: False on your generation in the end. I came here for the Deepspeed installtion, can't get that to work. The rest is no problem though.

casualgamer
Автор

i m stuck in the anaconda part, i have just to install it with anaconda terminal or i have to open it with anaconda??

pragmata
Автор

Good content but ya might want to increase your font size. Its tiny on a 55 inch monitor

jmarshallpresnell
Автор

Brother I am begging you. Clean up your damn desktop lmao

ryaneastwood
Автор

Here is a batch file i made if anyone wants it (for lazy people who just want to press one time and dont want to find all apps):
@echo off
echo Starting AllTalk App...
start "" "insert path to the launcher"

echo Starting SillyTavern...
start "" "insert path to the launcher"

echo Starting Text Generation WebUI...
start "" "insert path to the launcher"

echo All applications have been started.

timeout /t 10

:: Open Firefox and the specified URLs

pause

DarthyMaulocus