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

Trying to use the CLI again but have I got the syntax correct? #49

Closed rikabi89 closed 1 year ago

rikabi89 commented 1 year ago

So I've been using streamlit webui a while with no issues. I need to go back to CLI as I need to work on a large amount of text. Anyway I've been trying to synthesis text with or without the model checkpoint but I get "reading text from stdin!" and then nothing happens. I know this is under maintence but I appreciate if you could guide me here.

Below is the log.

(tts-fast2) H:\tortoise-tts-fast>python scripts/tortoise_tts.py --original_tortoise  --voice trump --preset ultra_fast --text "Well, you know, for starters, sponges are real organisms, right?"
reading text from stdin!
152334H commented 1 year ago

remove --text

rikabi89 commented 1 year ago

Thanks!