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

Uncaught app exception #126

Open DubblePumper opened 9 months ago

DubblePumper commented 9 months ago

when i will connet with streamlib thru the streamlit run scripts/app.py command, i get this error? anyone that can fix it?

2023-10-08 22:10:50.434 Uncaught app exception Traceback (most recent call last): File "C:\Users\sander\anaconda3\envs\tts-fast\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script exec(code, module.dict) File "C:\Users\sander\tortoise-tts-fast\scripts\app.py", line 10, in from tortoise.api import MODELS_DIR File "C:\Users\sander\anaconda3\envs\tts-fast\lib\site-packages\tortoise-2.4.2-py3.8.egg\tortoise\api.py", line 19, in from tortoise.models.vocoder import VocConf File "C:\Users\sander\anaconda3\envs\tts-fast\lib\site-packages\tortoise-2.4.2-py3.8.egg\tortoise\models\vocoder.py", line 406, in assert STATIC_DIR.is_dir() AssertionError