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
4
Inference Examples
Inference API (serverless) does not yet support model repos that contain custom code.