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