neonbjb / tortoise-tts

A multi-voice TTS system trained with an emphasis on quality
Apache License 2.0
12.32k stars 1.72k forks source link

online production #114

Open echosvile opened 2 years ago

echosvile commented 2 years ago

the voice production is not offline... i need to connect online before I can run it. or is there anything i didn't do right?

neonbjb commented 2 years ago

I'm not entirely sure what you mean but this repo needs to download the model files from the huggingface hub the first time it is run, so it requires internet access for that. After that it should work entirely offline. You can download the models yourself and put them in the directory where they are expected if you'd like. I'd recommend you look at api.py to figure out how that works.