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 · 1 comment
Open

Download for synthesizer.pt failed. #1295

mikail-eliyah-00 opened this issue May 3, 2024 · 1 comment

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
"""

@lingjie2098
Copy link

lingjie2098 commented Oct 16, 2024

eg
(Real-Time-Voice-Cloning_Py38Venv) D:\AS_WorkSpace_X\Real-Time-Voice-Cloning_Py38Venv\Scripts>python ....\Real-Time-Voice-Cloning\demo_cli.py

you need put encoder.pt/synthesizer.pt/vocoder.pt into D:\AS_WorkSpace_X\Real-Time-Voice-Cloning_Py38Venv\Scripts\saved_models\default

so check your path

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

2 participants