You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am trying the model out and using the inference code like exactly on huggingface. For the small version of the model, everything work fine. However, for the large one, it only generate noise. All my installed pacakages are latest
The text was updated successfully, but these errors were encountered:
from another issue, these worked for me
model = ParlerTTSForConditionalGeneration.from_pretrained("parler-tts/parler-tts-large-v1", revision= "refs/pr/9").to(device)
Thank you for the comment. Let me try that revision and update
Hi there,
Did you managed to make it work. I noticed that after I use the revision, but after 20 second, I noticed that the audio kept breaking a leaking into another language.
Hi, i am trying the model out and using the inference code like exactly on huggingface. For the small version of the model, everything work fine. However, for the large one, it only generate noise. All my installed pacakages are latest
The text was updated successfully, but these errors were encountered: