-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update manage.py #3994
base: dev
Are you sure you want to change the base?
Update manage.py #3994
Conversation
Issue at _set_model_item() function While using fairseq model dataset & model variables are not set
This is already fixed in our fork (available via |
After trying this fix I get this error with TTS api
Code:
|
@manuel-84 Can you try just running this: api = TTS("tts_models/lat/fairseq/vits")
api.tts_to_file(
text,
file_path="output.wav"
) |
Same error... I will try with your repo |
@manuel-84 I just checked and I can use this model without errors. If it still doesn't work with the fork, try removing the |
"api.tts_with_vc_to_file" is correct as your using "tts_models/lat/fairseq/vits" single language model with voice cloning support. This could also be because of model download issue. if Darwin "~/Library/Application\ Support" delete the model and try again. |
Issue at _set_model_item() function
While using fairseq model dataset & model variables are not set