CoolFace
Modelpublic

jaketae/hifigan-lj-v1

sourceHugging Faceupdated 5y agoView on Hugging Face
1likes497downloads
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

python
from transformers import AutoModel

model = AutoModel.from_pretrained("jaketae/hifigan-lj-v1", trust_remote_code=True)