152334H / tortoise-tts-fast

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

Nothing happens #51

Closed chrisbward closed 1 year ago

chrisbward commented 1 year ago
./scripts/tortoise_tts.py --preset ultra_fast --text "testing this out"       
reading text from stdin!

and then just hangs, sits there doing nothing

152334H commented 1 year ago

try removing --text

chrisbward commented 1 year ago

https://github.com/152334H/tortoise-tts-fast/issues/49

command to run is;

./scripts/tortoise_tts.py --preset ultra_fast "testing this out"     

without --text

shame the docs aren't updated

Also, while we're here - change tortoise-tts.py to an underscore as above, script for scripts

bluusun commented 1 year ago

How to specify a text file input?

eloop001 commented 1 year ago

use the less-than sign < ./scripts/tortoise_tts.py --preset ultra_fast<yourtextfile.txt

dustinchen93 commented 1 year ago

(tortoisetts) D:\apps\tortoise-tts-fast>python ./scripts/tortoise_tts.py --preset ultra_fast "testing this out" Loading tts...

hangs again after removing "text" May I ask how long it would take to run a command like this?

danielstepanek commented 1 year ago

Also can't seem to get an output here. Just getting stuck on "Loading tts..." all my dependencies seem to be fine. Working with python 3.8.0rc1