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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • openbmb/voxcpmAvatar von OpenBMB

    OpenBMB/VoxCPM

    29,985Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗29,985
  • svc-develop-team/so-vits-svcAvatar von svc-develop-team

    svc-develop-team/so-vits-svc

    28,097Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗28,097
  • facebookresearch/audiocraftAvatar von facebookresearch

    facebookresearch/audiocraft

    23,379Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗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

Unter-Tags erkunden

  • 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.