awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesAutoregressive Audio Diffusion

Diffusion models that predict continuous speech representations in an autoregressive manner to generate high-fidelity audio.

Distinct from Diffusion Models: Distinct from Diffusion Models: specifically applies the diffusion process to continuous audio speech representations.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Autoregressive Audio Diffusion. Refine with filters or upvote what's useful.

Awesome Autoregressive Audio Diffusion GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • openbmb/voxcpmAvatar de OpenBMB

    OpenBMB/VoxCPM

    29,985Ver en GitHub↗

    VoxCPM is a multilingual speech synthesis system and text-to-speech inference server. It functions as an AI voice cloning tool and a synthetic voice designer, capable of generating natural speech across global languages and regional dialects using a GPU-accelerated audio generator. The project features a speech model fine-tuning framework that supports both full parameter updates and low-rank adaptation for customizing voice characteristics. It enables high-fidelity voice cloning from reference audio, including cross-lingual voice transfer and acoustic environment mimicry, as well as the crea

    Uses a hierarchical diffusion-based autoregressive architecture to generate high-fidelity continuous speech representations.

    Pythonaudiodeeplearningminicpm
    Ver en GitHub↗29,985
  • svc-develop-team/so-vits-svcAvatar de svc-develop-team

    svc-develop-team/so-vits-svc

    28,097Ver en GitHub↗

    This project is a singing voice conversion tool based on VITS generative modeling. It transforms the identity of a singing voice to a target speaker while preserving the original melody, lyrics, and intonation. The system distinguishes itself through hybrid voice synthesis, allowing for the blending of multiple speaker identities via linear model interpolation. It utilizes cluster-based feature retrieval to increase target voice similarity and employs a diffusion probabilistic model as a post-processor to remove electronic artifacts and improve vocal clarity. The software covers a broad rang

    Applies a diffusion probabilistic model as a post-processor to remove electronic artifacts and improve vocal clarity.

    Python
    Ver en GitHub↗28,097
  • facebookresearch/audiocraftAvatar de facebookresearch

    facebookresearch/audiocraft

    23,379Ver en GitHub↗

    Audiocraft is a deep learning audio library and machine learning framework designed for training, fine-tuning, and evaluating generative models for music and sound effects. It functions as a text-to-music generative model and a neural audio codec, providing the tools necessary to compress audio signals into discrete representations and synthesize high-fidelity waveforms from textual descriptions. The framework is distinguished by its ability to combine multiple conditioning signals, allowing for the generation of audio based on text prompts, melodic excerpts, or style-based audio clips. It al

    Reconstructs audio waveforms from discrete tokens by predicting multiple frequency bands simultaneously for higher fidelity.

    Jupyter Notebook
    Ver en GitHub↗23,379
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Diffusion & Visual Synthesis Models
  5. Generative AI Models
  6. Diffusion Models
  7. Autoregressive Audio Diffusion

Explorar subetiquetas

  • Multi-Band DecodingDecoding processes that reconstruct audio by predicting multiple frequency bands simultaneously. **Distinct from Autoregressive Audio Diffusion:** Focuses on the multi-band reconstruction process during decoding rather than just the autoregressive diffusion
  • Vocal Denoising Post-processorsDiffusion models specifically used to remove electronic artifacts and enhance the clarity of generated vocals. **Distinct from Autoregressive Audio Diffusion:** Focuses on the post-processing enhancement of converted audio rather than the initial generation of speech.