runtime error

ipe = pipeline("text-to-speech", model="gitgato/tts-model-v2") File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 895, in pipeline framework, model = infer_framework_load_model( File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 296, in infer_framework_load_model raise ValueError( ValueError: Could not load model gitgato/tts-model-v2 with any of the following classes: (<class 'transformers.models.auto.modeling_auto.AutoModelForTextToWaveform'>, <class 'transformers.models.auto.modeling_auto.AutoModelForTextToSpectrogram'>). See the original errors: while loading with AutoModelForTextToWaveform, an error is thrown: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 283, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 567, in from_pretrained raise ValueError( ValueError: Unrecognized configuration class <class 'transformers.models.git.configuration_git.GitConfig'> for this kind of AutoModel: AutoModelForTextToWaveform. Model type should be one of BarkConfig, FastSpeech2ConformerConfig, MusicgenConfig, MusicgenMelodyConfig, SeamlessM4TConfig, SeamlessM4Tv2Config, VitsConfig. while loading with AutoModelForTextToSpectrogram, an error is thrown: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 283, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 567, in from_pretrained raise ValueError( ValueError: Unrecognized configuration class <class 'transformers.models.git.configuration_git.GitConfig'> for this kind of AutoModel: AutoModelForTextToSpectrogram. Model type should be one of FastSpeech2ConformerConfig, SpeechT5Config.

Container logs:

Fetching error logs...