-
Notifications
You must be signed in to change notification settings - Fork 31
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
LauraTTS: _pickle.UnpicklingError: invalid load key, 'v'. #28
Comments
Have you followed the README step by step ? You should first set: This script will download models from ModelScope or Huggingface into |
Then, I ran the following command: |
Sorry for the late response. From your Traceback, I find the error occurred when loading the model. I guess it is probable that your model is not downloaded properly. Have you installed the |
Model |
Environment
Issue Description
I believe I have correctly installed the required PyTorch version as per the README instructions and have also executed
pip install --editable ./
to install the necessary requirements. However, while trying to run the "Use LauraTTS to synthesize speech" example, executing the following command:bash demo.sh --stage 1 --model_name ${model_name} --output_dir results --text "nothing was to be done but to put about, and return in disappointment towards the north."
I encountered the following error:
Question:
Is there an issue with how I am using the program? I am eager to experience your project and would greatly appreciate your guidance or suggestions for resolving this issue.
The text was updated successfully, but these errors were encountered: