Has anyone successfully set up tortoise-tts before?
from PenisWenisGenius@lemmynsfw.com to selfhosted@lemmy.world on 02 Jul 2024 17:15
https://lemmynsfw.com/post/13438074

It’s for open source ai generated speech. github.com/neonbjb/tortoise-tts

That thing is like an 11 out of 10 install difficulty. I hate github projects that are really difficult to get working.

I’m using Debian. So many fucking issues. It probably can’t work on Debian but I’d really like to know what system people are using who have been successful in getting this to actually work.

#selfhosted

threaded - newest

just_another_person@lemmy.world on 02 Jul 2024 18:17 next collapse

They have a container and instructions on how to build and run it. Where are you getting stuck?

tal@lemmy.today on 02 Jul 2024 18:20 next collapse

I did some time back. I don’t recall it being incredibly difficult to get running. What hardware are you trying to run it on?

kakes@sh.itjust.works on 03 Jul 2024 02:05 collapse

I had it running on Windows (no container) a while back. Wasn’t particularly difficult at that time, at least.

Can’t give any advice here though, since all we’ve been given to work with is an OS.

[deleted] on 02 Jul 2024 18:29 next collapse

.

dogsnest@lemmy.world on 02 Jul 2024 18:39 collapse

What’s this new-fangled docker whatchamalcallit do-hickey thingy?

Do I need MS-DOS?

slazer2au@lemmy.world on 02 Jul 2024 18:48 next collapse

No, you need a teletype.

PenisWenisGenius@lemmynsfw.com on 08 Jul 2024 22:28 collapse

I kind of don’t really care anymore. Fuck all this broken shit. I’m sure whichever leading github repository that does this same thing a couple years from now will be easier to install so I’ll just wait until then to mess with it.

zer0squar3d@lemmy.dbzer0.com on 02 Jul 2024 19:10 next collapse

Could you be more specific on what issues you are having? What Debian version are you on?

thebardingreen@lemmy.starlightkel.xyz on 03 Jul 2024 06:12 next collapse

I have it working on Debian, it wasn’t THAT hard, but I never got it to work with the GPU so it was SUPER slow. I’ve since found XTTS2 which set up super easy, comes with a web GUI and just supports my GPU out of the box.

PenisWenisGenius@lemmynsfw.com on 09 Jul 2024 05:02 collapse

Coqui xtts is broken right now, at least on Debian. I did not try xtts2. Yet turns out I already tried that one. After my computer is done being frozen from my latest hacking attempt to make a borked tts python maybe work, I’ll add whatever the error is.

pythia@lemmy.dbzer0.com on 03 Jul 2024 12:47 next collapse

Don’t use that repo, it’s old/broken. Use one of these two:

PenisWenisGenius@lemmynsfw.com on 09 Jul 2024 00:24 collapse

The docker installation for the first one is broken just FYI but I guess I should be trying to use whichever one is the most up to date for higher chances of success.

EmoPolarbear@lemmy.ca on 03 Jul 2024 17:25 next collapse

I struggled to get it set up last night, eventually I stumbled across issue 796 on the github which had the solution. github.com/neonbjb/tortoise-tts/issues/796#issuec…

Seems there’s an issue with the dependencies currently and all versions of installing tortoise-tts from the existing instructions is doomed to failure without manual intervention.

As mikejgrecojr commented in the linked github issue, the fix for running via docker is:

Try updating your Dockerfile by adding in scipy to the conda install and specifying version 1.13.1 on line 31 like below. That worked for me:

&& conda install pytorch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 pytorch-cuda=12.1 scipy=1.13.1 -c pytorch -c

mal3oon@lemmy.world on 04 Jul 2024 05:46 collapse

What’s the usecase? I fount tortoise-tts very niche tbh