-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[Bug] ValueError: Model is not multi-lingual but language
is provided.
#3224
Labels
bug
Something isn't working
Comments
vitaliy-sharandin
changed the title
[Bug]
[Bug] ValueError: Model is not multi-lingual but Nov 15, 2023
language
is provided.
Indeed, looks like a bug. Looking into it. |
Did you get a chance to look into it? Anything I can do to help with resolving? |
I have the same issue. |
it's a brute solution is that comment |
@WeberJulian any updates? |
It was already fixed. If anyone is currently facing this issue please upgrade your 🐸 TTS version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I encounter error while trying to use xtts_v2 multilingual model in loop to generate several audio clips. This happens only for this model, VITS works fine while looping over existing tts object.
To Reproduce
Reproduction code:
Error:
Then, if you remove parameter, the launch will trigger exception requiring you to return
language
parameter back.Temporary fix:
As a workaround I have put
tts
object within loop and for some reason it works with constant reinitialization. Although it's eating away RAM(up to 9gb and then stops), the error disappears and the generation works.Expected behavior
No error while generating using same xtts_v2 object
Environment
The text was updated successfully, but these errors were encountered: