Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading voicefixer #128

Open
Giro100 opened this issue Oct 15, 2023 · 0 comments
Open

loading voicefixer #128

Giro100 opened this issue Oct 15, 2023 · 0 comments

Comments

@Giro100
Copy link

Giro100 commented Oct 15, 2023

the following error shows up when trying to run the app.py script for the web ui:
File "C:\Users\Girito\anaconda3\envs\tortoise\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 556, in _run_script
exec(code, module.dict)
File "C:\Users\Girito\Desktop\JENNY\voice_gen\tortoise-tts-fast\scripts\app.py", line 9, in
from tortoise.inference import (
File "C:\Users\Girito\Desktop\JENNY\voice_gen\tortoise-tts-fast\tortoise\inference.py", line 167, in
vfixer = VoiceFixer()
File "C:\Users\Girito\anaconda3\envs\tortoise\lib\site-packages\voicefixer\base.py", line 24, in init
torch.load(
File "C:\Users\Girito\anaconda3\envs\tortoise\lib\site-packages\torch\serialization.py", line 777, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "C:\Users\Girito\anaconda3\envs\tortoise\lib\site-packages\torch\serialization.py", line 282, in init
super(_open_zipfile_reader, self).init(torch._C.PyTorchFileReader(name_or_buffer))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant