13
submitted 2 days ago* (last edited 2 days ago) by [email protected] to c/[email protected]

It's for open source ai generated speech. https://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.

all 11 comments
sorted by: hot top controversial new old
[-] [email protected] 1 points 18 hours ago

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

[-] [email protected] 1 points 1 day ago* (last edited 1 day ago)

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

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

[-] [email protected] 8 points 2 days ago

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

[-] [email protected] 1 points 1 day ago
[-] [email protected] 5 points 2 days ago

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 1 points 1 day ago

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.

[-] [email protected] 4 points 2 days ago

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

[-] [email protected] 1 points 1 day ago

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.

this post was submitted on 02 Jul 2024
13 points (78.3% liked)

Selfhosted

37770 readers
299 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS