Instructions to use microsoft/speecht5_hifigan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/speecht5_hifigan with Transformers:
# Load model directly from transformers import SpeechT5HifiGan model = SpeechT5HifiGan.from_pretrained("microsoft/speecht5_hifigan", dtype="auto") - Notebooks
- Google Colab
- Kaggle