code wiki / hifigan
topic: hifigan
7 modules sharing the hifigan name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_hifigan_fetch.nx | fetch a REAL HiFi-GAN vocoder's config + weight-index from HuggingFace over our own TLS, | 55 | 5 |
| nx_hifigan_gen.nx | the HiFi-GAN GENERATOR GRAPH (composition of the verified nx_vocops atoms), configurable | 108 | 9 |
| nx_hifigan_load.nx | LOAD real HiFi-GAN weights into our sovereign vocoder (Qwen pattern: 3rd-party weights = | 114 | 9 |
| nx_hifigan_run.nx | run the FULL real-weight HiFi-GAN generator at REAL dims (512ch). Loads all 158 tensors | 151 | 12 |
| nx_hifigan_stream_fetch.nx | SOVEREIGN STREAMING DOWNLOAD of a large LFS model weight file. The high-level | 111 | 5 |
| nx_hifigan_verify.nx | VERIFY our sovereign HiFi-GAN against the transformers oracle (Qwen-style). Reads a REAL | 149 | 13 |
| nx_hifigan_weights_fetch.nx | fetch the REAL ~50MB HiFi-GAN model.safetensors from HuggingFace over our own | 55 | 3 |