Replies: 2 comments 2 replies
-
Your |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was happening to me as well and I got rid of it by downloading the models manually (you can find the urls in api.py) and moving them to C:\Users{YOUR USER}.cache\tortoise\models |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It was working great, then my power went out during a sess and poof, this error. Ive tried EVERYTHING except he right thing, please help
windows 10, followed instructions, was working now its not
(voice) D:\VoiceSynth\tortoise-tts>python tortoise/do_tts.py --text "I'm going to speak this" --voice random --preset fast
Traceback (most recent call last):
File "tortoise/do_tts.py", line 27, in
tts = TextToSpeech(models_dir=args.model_dir)
File "D:\VoiceSynth\tortoise-tts\tortoise\api.py", line 236, in init
self.diffusion.load_state_dict(torch.load(get_model_path('diffusion_decoder.pth', models_dir)))
File "C:\Users\c_law\Anaconda3\envs\voice\lib\site-packages\torch\serialization.py", line 777, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "C:\Users\c_law\Anaconda3\envs\voice\lib\site-packages\torch\serialization.py", line 282, in init
super(_open_zipfile_reader, self).init(torch._C.PyTorchFileReader(name_or_buffer))
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
Beta Was this translation helpful? Give feedback.
All reactions