[-] [email protected] 38 points 3 days ago

So…. If I’m reading this right, because the giant ball of acid that eats spacecraft before they can do any meaningful exploration on the surface remains a ball we don’t have to worry about becoming more similar to said ball of acid?

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

Ruh roh, I don’t know the relevant science to understand the meme :( can anyone grant me an eli5 or tldr?

[-] [email protected] 1 points 4 days ago* (last edited 4 days 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

EmoPolarbear

joined 2 months ago