NVIDIA/BigVGAN
Official PyTorch implementation of BigVGAN (ICLR 2023) observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1548
- days_rel: 727
- days_push: 727
- n_releases_24m: 1
Adoption not part of the score
1227 stars · 147 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
BigVGAN is NVIDIA's official PyTorch implementation of a universal neural vocoder (ICLR 2023) that generates high-fidelity raw audio waveforms from acoustic features using large-scale GAN training. It includes pretrained checkpoints up to 44 kHz, custom fused CUDA kernels for fast inference, and Hugging Face Hub integration.
Use cases
- convert mel spectrograms to audio waveforms with a neural vocoder
- synthesize high-quality speech audio for TTS pipelines
- generate singing voice and instrumental audio from acoustic features
- run zero-shot vocoding on unseen speakers, languages, and recording conditions
- accelerate vocoder inference with fused CUDA kernels on GPU
- fine-tune or train a GAN-based vocoder on custom audio datasets
When to choose
- you need a state-of-the-art universal vocoder that generalizes out-of-distribution without fine-tuning
- you want pretrained checkpoints supporting up to 44 kHz audio and 512x upsampling
- you need fast GPU inference with optimized CUDA kernels
- you want easy integration via Hugging Face Hub
When to avoid
- you need CPU-only inference at scale, since it is optimized for NVIDIA GPUs
- you need a full end-to-end text-to-speech system rather than a vocoder component
- you require non-PyTorch frameworks like TensorFlow or JAX
Facets
library · maturity stable
audio-processing machine-learning deep-learning tts speech-processing machine-learning deep-learning python cross-platform neural-vocoder gan speech-synthesis audio-generation pytorch cuda-kernel pretrained-models hugging-face audio gpu linux
2 sources
- readme: https://github.com/NVIDIA/BigVGAN · fetched 2026-08-28 · 28a48f79be2c
- homepage: https://bigvgan-demo.github.io/ · fetched 2026-08-29 · cb33bdff3101
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NVIDIA/BigVGAN | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem