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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to fscdc/dvoting

Open-source alternatives to DVoting

30 open-source projects similar to fscdc/dvoting, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best DVoting alternative.

  • conzel/super-outlier-dlmConzel avatar

    Conzel/super-outlier-dlm

    1View on GitHub↗

    Code accompanying the paper "Layer Collapse in Diffusion Language Models" by Alexander Conzelmann, Albert Catalan-Tatjer, and Shiwei Liu (Tübingen AI Center / MPI for Intelligent Systems / ELLIS Institute Tübingen). Link: https://arxiv.org/abs/2605.06366

    Python
    View on GitHub↗1
  • crys-chen/dpadCrys-Chen avatar

    Crys-Chen/DPad

    63View on GitHub↗

    Efficiency: DPad-enhanced dLLMs achieve up to a 61.39× speedup over vanilla dLLM baselines. Accuracy: DPad-enhanced dLLMs achieve up to a +26.46% improvement over vanilla dLLM baselines. (Evaluation conducted on NVIDIA A100-PCIe-80GB GPUs).

    Python
    View on GitHub↗63
  • cychomatica/freedavecychomatica avatar

    cychomatica/FreeDave

    21View on GitHub↗

    Free Draft-and-Verification: Toward Lossless Parallel Decoding for Diffusion Large Language Models

    Python
    View on GitHub↗21
  • czg1225/dmaxczg1225 avatar

    czg1225/DMax

    126View on GitHub↗

    DMax is a new dLLM paradigm achieving aggressive parallel decoding while preserving generation quality.

    Python
    View on GitHub↗126
  • danielmisrael/apddanielmisrael avatar

    danielmisrael/apd

    20View on GitHub↗

    Official repository for the paper: Accelerating Diffusion LLMs via Adaptive Parallel Decoding

    Python
    View on GitHub↗20

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • duterscmy/soarduterscmy avatar

    duterscmy/SOAR

    8View on GitHub↗
    Python
    View on GitHub↗8
  • eth-sri/constrained-diffusioneth-sri avatar

    eth-sri/constrained-diffusion

    52View on GitHub↗

    Constrained Decoding of Diffusion LLMs with Context-Free Grammars

    Rust
    View on GitHub↗52
  • horseee/dkv-cachehorseee avatar

    horseee/dkv-cache

    133View on GitHub↗

    The pipeline of dKV-Cache

    Python
    View on GitHub↗133
  • ims-kdks/learning-to-parallel-decodingims-kdks avatar

    ims-kdks/Learning-to-Parallel-Decoding

    34View on GitHub↗

    https://github.com/user-attachments/assets/09c67a58-b425-463d-a998-c1a6049bc171

    Python
    View on GitHub↗34
  • inclusionai/dinferinclusionAI avatar

    inclusionAI/dInfer

    472View on GitHub↗

    dInfer is an efficient and extensible inference framework for dLLMs. As illustrated in the following architecture, it modularizes inference into four components: model, diffusion iteration manager, decoder and KV-cache manager. It provides well-designed APIs for flexible algorithms combinations…

    Python
    View on GitHub↗472
  • jianuo-huang/maskkvjianuo-huang avatar

    jianuo-huang/MaskKV

    8View on GitHub↗

    MaskKV: Fine-Grained Cache Eviction for Efficient dLLM Inference

    View on GitHub↗8
  • johnny221b/tapsJohnny221B avatar

    Johnny221B/TAPS

    6View on GitHub↗

    Time-Annealed Perturbation Sampling (TAPS) is an inference-time method for improving diversity in diffusion language models without sacrificing generation quality.

    Python
    View on GitHub↗6
  • junos-ai-org/test-time-scalingjunos-ai-org avatar

    junos-ai-org/Test-Time-Scaling

    14View on GitHub↗

    Jihoon Lee 1 , Hoyeon Moon 1 , Kevin Zhai 5 , Arun Kumar Chithanar, Anit Kumar Sahu 2 , Soummya Kar 3 , Chul Lee, Souradip Chakraborty 4 , Amrit Singh Bedi 5

    Python
    View on GitHub↗14
  • kamichanw/d2cacheKamichanw avatar

    Kamichanw/d2Cache

    135View on GitHub↗

    Research dLLM Codebase for Diffusion Language Models Research

    Python
    View on GitHub↗135
  • kuleshov-group/remdmkuleshov-group avatar

    kuleshov-group/remdm

    77View on GitHub↗

    We introduce ReMDM, a simple and general framework to design remasking samplers for masked discrete diffusion models. In this repo, we provide our implementation of different ReMDM strategies for unconditional text generation on OpenWebText. We also provide a demo in this notebook showing how to…

    Python
    View on GitHub↗77
  • li-jinsong/daedalLi-Jinsong avatar

    Li-Jinsong/DAEDAL

    170View on GitHub↗

    Beyond Fixed: Training-Free Variable-Length Denoising for Diffusion Large Language Models

    Python
    View on GitHub↗170
  • liangrunflora/slow-fast-samplingLiangrunFlora avatar

    LiangrunFlora/Slow-Fast-Sampling

    42View on GitHub↗

    Official PyTorch implementation of the paper "Accelerating Diffusion Large Language Models with SlowFast Sampling: The Three Golden Principles" (Slow Fast Sampling).

    Python
    View on GitHub↗42
  • lins-lab/denoisingentropyLINs-lab avatar

    LINs-lab/DenoisingEntropy

    2View on GitHub↗

    This repository contains the code for Optimizing Decoding Paths in Masked Diffusion Models by Quantifying Uncertainty.

    Python
    View on GitHub↗2
  • liusulin/ddpdliusulin avatar

    liusulin/DDPD

    85View on GitHub↗

    Code repository for the paper Think While You Generate: Discrete Diffusion with Planned Denoising, by Sulin Liu, Juno Nam, Andrew Campbell, Hannes Stärk, Yilun Xu, Tommi Jaakkola, Rafael Gómez-Bombarelli. Tweet and video for the main idea.

    Python
    View on GitHub↗85
  • lizhuo-luo/dawnlizhuo-luo avatar

    lizhuo-luo/DAWN

    12View on GitHub↗

    DAWN: Dependency-Aware Fast Inference for Diffusion LLMs (Paper Coming Soon)

    Python
    View on GitHub↗12
  • lizhuo-luo/dsblizhuo-luo avatar

    lizhuo-luo/DSB

    9View on GitHub↗

    DSB: Dynamic Sliding Block Scheduling for Diffusion LLMs

    Python
    View on GitHub↗9
  • longxmas/focus-dllmLongxmas avatar

    Longxmas/Focus-dLLM

    11View on GitHub↗

    Lingkun Long 1 , Yushi Huang 2,3 , Shihao Bai 3 , Ruihao Gong 1,3 , Jun Zhang 2 , Ao Zhou 1 , Jianlei Yang 1,*

    View on GitHub↗11
  • maomaocun/dllm-cachemaomaocun avatar

    maomaocun/dLLM-cache

    207View on GitHub↗

    Official PyTorch implementation of the paper "dLLM-Cache: Accelerating Diffusion Large Language Models with Adaptive Caching" (dLLM-Cache) in ICML 2026.

    Python
    View on GitHub↗207
  • maomaocun/dllm-varmaomaocun avatar

    maomaocun/dLLM-Var

    35View on GitHub↗

    Yicun Yang 1 , Cong Wang 1 , Shaobo Wang 1 , Zichen Wen 1 , Biqing Qi 2 , Hanlin Xu 3 , Linfeng Zhang 1 †

    Python
    View on GitHub↗35
  • maple-research-lab/remedimaple-research-lab avatar

    maple-research-lab/RemeDi

    14View on GitHub↗

    2026-1-28

    Python
    View on GitHub↗14
  • mscheong01/entropycachemscheong01 avatar

    mscheong01/EntropyCache

    2View on GitHub↗

    We would like to express our gratitude to the previous studies on DLLM KV caching that inspired our work. Special thanks to the authors of d2Cache for providing excellent open-source code, which served as a valuable foundation for our experimental framework. We also acknowledge the developers of…

    View on GitHub↗2
  • neuir/pc-samplerNEUIR avatar

    NEUIR/PC-Sampler

    40View on GitHub↗

    ACL '26 Source code for paper "Empirical Analysis of Decoding Biases in Masked Diffusion Models"

    Python
    View on GitHub↗40
  • nvlabs/fast-dllmNVlabs avatar

    NVlabs/Fast-dLLM

    840View on GitHub↗
    Python
    View on GitHub↗840
  • peacer68/fmseqPeacer68 avatar

    Peacer68/FMSeq

    3View on GitHub↗

    Performance: Picture on the left shows BLEU Scores of different models for the paraphrase task on the QQP dataset. Our FMSeq beats all the models when using a single sampling step and achieves comparable performance to DiffuSeq (2000 steps) with only 10 steps. Workflow: Picture on the right…

    Python
    View on GitHub↗3
  • pixeli99/a-cfgpixeli99 avatar

    pixeli99/A-CFG

    7View on GitHub↗

    Adaptive Classifier-Free Guidance via Dynamic Low-Confidence Masking

    View on GitHub↗7