152334H / tortoise-tts-fast

Fast TorToiSe inference (5x or your money back!)
GNU Affero General Public License v3.0
791 stars 180 forks source link

Problem installing Tortoise TTS-fast for Windows 10 #106

Open iStarpluck opened 1 year ago

iStarpluck commented 1 year ago

I have the original Tortoise TTS installed but it is too slow so I would like to use the fast version. I was following the tutorial here: https://www.youtube.com/watch?v=8i4T5v1Fl_M&t --

But one of the instructions says I have to input sudo apt-get install gcc. I do not use Linux so what is the alternative for Windows?

Also at the last list pasted here:

pip install pyngrok
ngrok authtoken <your_authtoken>
ngrok http http://localhost:8501 > /dev/null &

When I put ngrok http http://localhost:8501 > /dev/null & it does not work in command line.

Can anyone help me?

Thisismyaccount432423 commented 1 year ago

you do not need ngrok on local pc

Thisismyaccount432423 commented 1 year ago

sudo apt-get install gcc is ONLY for linux users