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
My research suggests that parler was never Facebook's TTS model; however the documentation has facebook/parler_tts-small references in several places.
This will not work: ParlerTTSForConditionalGeneration.from_pretrained("facebook/parler_tts-small") and it should be for example: parler-tts/parler-tts-mini-v1
The text was updated successfully, but these errors were encountered:
Docstrings contain broken code examples, such as:
parler-tts/parler_tts/modeling_parler_tts.py
Line 2610 in 8e465f1
My research suggests that parler was never Facebook's TTS model; however the documentation has facebook/parler_tts-small references in several places.
This will not work:
ParlerTTSForConditionalGeneration.from_pretrained("facebook/parler_tts-small")
and it should be for example: parler-tts/parler-tts-mini-v1The text was updated successfully, but these errors were encountered: