Instructions to use espnet/fastspeech2_conformer_with_hifigan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use espnet/fastspeech2_conformer_with_hifigan with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="espnet/fastspeech2_conformer_with_hifigan")# Load model directly from transformers import AutoModelForTextToWaveform model = AutoModelForTextToWaveform.from_pretrained("espnet/fastspeech2_conformer_with_hifigan", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened almost 2 years ago
by
SFconvertbot