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.

  • EmoPolarbear@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    3 months 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

  • zelifcam@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    3 months ago

    That thing is like an 11 out of 10 install difficulty.

    That’s a pretty strong opinion on a project that has documentation covering various install methods.

    Docker works fine. Wrapped it into a compose without a problem. ???

    I hate github projects that are really difficult to get working.

    Okay? Looks pretty straightforward to me. Are you new to this?

  • The Bard in Green@lemmy.starlightkel.xyz
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months 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.

  • 0^2@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

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

  • tal@lemmy.today
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months 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?