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

Download for synthesizer.pt failed. #1295

Open
mikail-eliyah-00 opened this issue May 3, 2024 · 0 comments
Open

Download for synthesizer.pt failed. #1295

mikail-eliyah-00 opened this issue May 3, 2024 · 0 comments

Comments

@mikail-eliyah-00
Copy link

While at: Real-Time-Voice-Cloning-master/saved_models/default % tree -f
.
├── ./encoder.pt
├── ./synthesizer.pt
└── ./vocoder.pt

1 directory, 3 files
ursa@USQ04Q6HK79M default % cd ..
ursa@USQ04Q6HK79M saved_models % tree -f
.
└── ./default
├── ./default/encoder.pt
├── ./default/synthesizer.pt
└── ./default/vocoder.pt

"""
Traceback (most recent call last):
File "/Real-Time-Voice-Cloning-master/demo_cli.py", line 64, in
ensure_default_models(Path("saved_models"))
File "/Real-Time-Voice-Cloning-master/utils/default_models.py", line 54, in ensure_default_models
assert target_path.exists() and target_path.stat().st_size == size,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Download for synthesizer.pt failed. You may download models manually instead.
https://drive.google.com/drive/folders/1fU6umc5uQAVR2udZdHX-lDgXYzTyqG_j
"""

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