152334H / tortoise-tts-fast

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

Streamlit Issue "ModuleNotFoundError: No module named 'tortoise'" #108

Open Thisismyaccount432423 opened 1 year ago

Thisismyaccount432423 commented 1 year ago

File "C:\Users\alext\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script exec(code, module.dict) File "C:\Users\alext\tortoise-tts-fast\scripts\app.py", line 10, in from tortoise.api import MODELS_DIR

i followed everything perfectly and this still kept happening

iStarpluck commented 1 year ago

Wish someone would resolve this

Thisismyaccount432423 commented 1 year ago

i just want to make eminem say the most vile stuff lol

SHAWARMATHOUM commented 1 year ago

Facing the same problem, tried many different things to get here, but this seems like a dead end that may make me stop trying to get tortoise tts fast.

giri256 commented 1 year ago

this issue needs to be solved

GuenKainto commented 8 months ago

i try use this in colab

!python /content/tortoise-tts-fast/scripts/tortoise_tts.py --preset high_quality --ar_checkpoint /content/drive/MyDrive/tortoise/TortoiseTestSpanish/models/180_gpt.pth --voice random --text "Por si algo pudiera valer, había entregado al comendador la correspondencia de entrambos personajes, en que su trama estaba de manifiesto, pero no consiguió por esto dar treguas a su pesar"

when it have a bug : ModuleNotFoundError: No module named 'tortoise' i use "!pip install tortoise" and it work (but it have another bug : ModuleNotFoundError: No module named 'tortoise.api' ) :"")