HiFi-GAN

HiFi-GAN vocoder trained on the LJ Speech dataset. The modeling code is based on the official implementation and the fairseq adaptation.

Usage

from transformers import AutoModel

model = AutoModel.from_pretrained("jaketae/hifigan-lj-v1", trust_remote_code=True)
Downloads last month
21
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support model that require custom code execution.