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
Finetuning or Adapting to custom speaker
#2
by adamchant - opened
Hi team,
Is there any finetuning recipe available to adapt the peecht5_hifigan vocoder on custom voices ?
This comment has been hidden (marked as Resolved)