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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to shark-nlp/diffuseq

Open-source alternatives to DiffuSeq

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

  • ml-gsai/lladaML-GSAI avatar

    ML-GSAI/LLaDA

    3,580View on GitHub↗

    LLaDA is a masked diffusion language model and conditional text generator. It generates text by iteratively refining masked tokens through a diffusion process rather than predicting the next token in a sequence. The project functions as a vision-language diffusion model, converting visual inputs into text responses. It also serves as a preference optimization framework that uses log-likelihood estimation and evidence lower bounds to tune model responses. The system supports multi-round conversational AI and text sequence evaluation. It integrates vision-language embedding for cross-modal con

    Python
    View on GitHub↗3,580
  • amazon-science/masked-diffusion-lmamazon-science avatar

    amazon-science/masked-diffusion-lm

    59View on GitHub↗

    This is the official implementation of the paper: A Cheaper and Better Diffusion Language Model with Soft-Masked Noise.

    Python
    View on GitHub↗59
  • andrew-cr/tauldrandrew-cr avatar

    andrew-cr/tauLDR

    65View on GitHub↗

    Paper Link

    Python
    View on GitHub↗65
  • ashaba1in/smoothieashaba1in avatar

    ashaba1in/smoothie

    25View on GitHub↗

    Paper: https://arxiv.org/pdf/2505.18853

    Python
    View on GitHub↗25
  • bytedance-seed/cola-dlmByteDance-Seed avatar

    ByteDance-Seed/Cola-DLM

    241View on GitHub↗

    Continuous Latent Diffusion Language Model — a hierarchical latent-space text diffusion model with a block-causal DiT prior over a Text VAE.

    Python
    View on GitHub↗241

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
  • david3684/flmdavid3684 avatar

    david3684/flm

    145View on GitHub↗

    Flow Map Language Models: One-step Language Modeling via Continuous Denoising

    Python
    View on GitHub↗145
  • google-research/google-researchgoogle-research avatar

    google-research/google-research

    38,139View on GitHub↗

    This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum computing, and large-scale scientific data analysis. It provides foundational frameworks for developing complex algorithmic systems, offering the necessary infrastructure for distributed training, computational graph execution, and high-performance model development. The project distinguishes itself by integrating specialized research domains with robust, privacy-preserving methodologies. It supports diverse scientific discovery through tools for quantum simulation, physics-informed

    Jupyter Notebookaimachine-learningresearch
    View on GitHub↗38,139
  • google-research/pix2seqgoogle-research avatar

    google-research/pix2seq

    945View on GitHub↗

    This is the official implementation of Pix2Seq in Tensorflow 2 with efficient TPUs/GPUs support. The original Pix2Seq code aims to be a general framework that turns RGB pixels into semantically meaningful sequences. We now extend it to be a generic codebase, with task-centric organization that…

    Jupyter Notebook
    View on GitHub↗945
  • guangyliu/latentopsguangyliu avatar

    guangyliu/LatentOps

    78View on GitHub↗

    Source code of paper: Composable Text Controls in Latent Space with ODEs

    Python
    View on GitHub↗78
  • hamishivi/tess-2hamishivi avatar

    hamishivi/tess-2

    57View on GitHub↗

    Official implementation of TESS 2. TESS 2 is a state-of-the-art diffusion language model created by adapting existing pretrained autoregressive models to a diffusion paradigm. For more details, please check out our paper and model checkpoints on Hugging Face.

    Python
    View on GitHub↗57
  • justinlovelace/diffusion-guided-lmjustinlovelace avatar

    justinlovelace/diffusion-guided-lm

    31View on GitHub↗

    This is the official code release for the ACL Findings 2024 paper:

    Python
    View on GitHub↗31
  • justinlovelace/latent-diffusion-for-languagejustinlovelace avatar

    justinlovelace/latent-diffusion-for-language

    152View on GitHub↗

    This is the official code release for

    Python
    View on GitHub↗152
  • kuleshov-group/mdlmkuleshov-group avatar

    kuleshov-group/mdlm

    698View on GitHub↗

    By Subham Sekhar Sahoo, Marianne Arriola, Yair Schiff, Aaron Gokaslan, Edgar Marroquin, Justin T Chiu, Alexander Rush, Volodymyr Kuleshov

    Python
    View on GitHub↗698
  • lillian039/elflillian039 avatar

    lillian039/ELF

    902View on GitHub↗

    This is the official JAX implementation for the paper ELF: Embedded Language Flows. This code is written and tested on TPUs. A PyTorch version is available on the pytorch_elf branch.

    Python
    View on GitHub↗902
  • 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
  • louaaron/score-entropy-discrete-diffusionlouaaron avatar

    louaaron/Score-Entropy-Discrete-Diffusion

    732View on GitHub↗

    This repo contains a PyTorch implementation for the paper Discrete Diffusion Modeling by Estimating the Ratios of the Data Distribution by Aaron Lou, Chenlin Meng and Stefano Ermon.

    Python
    View on GitHub↗732
  • m0rjique/tencdmM0RJIQUE avatar

    M0RJIQUE/tencdm

    23View on GitHub↗

    Abstract: This paper presents the Text Encoding Diffusion Model (TEncDM), a novel approach to diffusion modeling that operates in the space of pre-trained language model encodings. In contrast to traditionally used embeddings, encodings integrate contextual information. In our approach, we also…

    Python
    View on GitHub↗23
  • meta-diffub/meta-diffubmeta-diffub avatar

    meta-diffub/meta-diffub

    8View on GitHub↗

    Yun-Yen Chuang · Hung-Min Hsu · Kevin Lin · Chen-Sheng Gu · Ling-Zhen Li · Ray-I Chang · Hung-yi Lee Slide Poster

    Python
    View on GitHub↗8
  • microsoft/prophetnetmicrosoft avatar

    microsoft/ProphetNet

    748View on GitHub↗

    Microsoft Open Source Code of Conduct

    Python
    View on GitHub↗748
  • ml-gsai/raddML-GSAI avatar

    ML-GSAI/RADD

    83View on GitHub↗

    This repo contains an official PyTorch implementation for the paper Your Absorbing Discrete Diffusion Secretly Models the Conditional Distributions of Clean Data by Jingyang Ou, Shen Nie, Kaiwen Xue, Fengqi Zhu, Jiacheng Sun, Zhenguo Li and Chongxuan Li.

    Python
    View on GitHub↗83
  • nealchen2003/langflownealchen2003 avatar

    nealchen2003/LangFlow

    78View on GitHub↗

    By Yuxin Chen, Chumeng Liang, Hangke Sui*, Ruihan Guo, Chaoran Cheng, Jiaxuan You, Ge Liu.

    Python
    View on GitHub↗78
  • patrickpynadath1/candi-diffusionpatrickpynadath1 avatar

    patrickpynadath1/candi-diffusion

    28View on GitHub↗

    🌐 Project Page

    Python
    View on GitHub↗28
  • rzhwang/infodiffusionrzhwang avatar

    rzhwang/infodiffusion

    5View on GitHub↗

    Official Codebase for "InfoDiffusion: Information Entropy Aware Diffusion Process for Non-Autoregressive Text Generation"

    Python
    View on GitHub↗5
  • shentianxiao/filmshentianxiao avatar

    shentianxiao/FiLM

    13View on GitHub↗

    This repo contains the code for the Fill-in Language Model (FiLM) described in the paper FiLM: Fill-in Language Models for Any Order Generation (Shen et al., 2023).

    Python
    View on GitHub↗13
  • xhan77/ssd-lmxhan77 avatar

    xhan77/ssd-lm

    78View on GitHub↗

    We present a demo of SSD-LM (Semi-autoregressive Simplex-based Diffusion Language Model) in Google Colab here!

    Python
    View on GitHub↗78
  • xiangli1999/diffusion-lmXiangLi1999 avatar

    XiangLi1999/Diffusion-LM

    1,241View on GitHub↗

    Diffusion-LM

    Python
    View on GitHub↗1,241
  • yegcjs/dinoiseryegcjs avatar

    yegcjs/DINOISER

    25View on GitHub↗

    This repository contains the official implementation of paper DINOISER: Diffused Conditional Sequence Learning by Manipulating Noises (TACL & ACL2024 Oral).

    Python
    View on GitHub↗25
  • yuanhy1997/seqdiffuseqYuanhy1997 avatar

    Yuanhy1997/SeqDiffuSeq

    100View on GitHub↗

    This is the official repo for the paper SeqDiffuSeq: Text Diffusion with Encoder-Decoder Transformers

    Python
    View on GitHub↗100
  • yupeiyu98/latent-diffusion-ebmyuPeiyu98 avatar

    yuPeiyu98/Latent-Diffusion-EBM

    67View on GitHub↗

    Paper Code

    Gnuplot
    View on GitHub↗67
  • allenai/tess-diffusionallenai avatar

    allenai/tess-diffusion

    21View on GitHub↗

    We introduce Text-to-text Self-conditioned Simplex Diffusion (TESS), a text diffusion model that is fully non-autoregressive, employs a new form of self-conditioning, and applies the diffusion process on the logit simplex space rather than the typical learned embedding space.

    Python
    View on GitHub↗21