Text-to-Speech
Transformers
Safetensors
English
parler_tts
text2text-generation
annotation

I got a error msg from import.

#10
by ehottl - opened

Here is my code:

from transformers import pipeline
pipe = pipeline("text-to-speech", model="parler-tts/parler_tts_mini_v0.1")

I got this error msg.

ValueError: The checkpoint you are trying to load has model type `parler_tts` but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.

transformer version was 4.40.2 which is newest.
Please help me out.
Thank you in adavance.

I got the same error trying to use the pipeline, but loading the model directly works fine. See the usage section to get you going.

Sign up or log in to comment