Edit model card

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
3
Inference Examples
Inference API (serverless) is not available, repository is disabled.