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
·

9 repositorios

Awesome GitHub RepositoriesDiffusion Models

Generative models using denoising diffusion processes for protein backbone and sequence design.

Explore 9 awesome GitHub repositories matching part of an awesome list · Diffusion Models. Refine with filters or upvote what's useful.

Awesome Diffusion Models GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • exacity/deeplearningbook-chineseAvatar de exacity

    exacity/deeplearningbook-chinese

    37,285Ver en GitHub↗

    This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational resource on the theory and implementation of neural networks. It functions as a collaborative technical translation project designed to make complex academic AI literature accessible to non-English speakers. The project utilizes a community-driven translation model that integrates external suggestions and pull requests to refine linguistic accuracy and reduce bias. It employs standardized terminology mapping to ensure a uniform vocabulary throughout the translated content. To i

    Covers the theory of denoising diffusion processes used to recover structure from noise.

    TeX
    Ver en GitHub↗37,285
  • lucidrains/denoising-diffusion-pytorchAvatar de lucidrains

    lucidrains/denoising-diffusion-pytorch

    10,614Ver en GitHub↗

    Implementation of Denoising Diffusion Probabilistic Model in Pytorch

    Implements the Denoising Diffusion Probabilistic Model for generating images and sequences using a U-Net backbone.

    Pythonartificial-intelligencedeep-learninggenerative-model
    Ver en GitHub↗10,614
  • google-deepmind/alphafold3Avatar de google-deepmind

    google-deepmind/alphafold3

    7,613Ver en GitHub↗

    AlphaFold3 is a biomolecular structure prediction model and bioinformatics structural analysis tool. It uses a deep learning system to predict the three-dimensional shapes of proteins, DNA, RNA, and ligands. The system functions as a diffusion-based protein folding model that predicts the spatial coordinates of biomolecular atoms and interactions. It utilizes a GPU-accelerated inference pipeline to process genetic sequences and structural templates for molecular modeling. The project covers structural bioinformatics analysis and protein interaction modeling to determine the physical arrangem

    Generative model using a diffusion architecture to predict spatial coordinates of biomolecular atoms.

    Python
    Ver en GitHub↗7,613
  • tencent-ailab/ip-adapterAvatar de tencent-ailab

    tencent-ailab/IP-Adapter

    6,604Ver en GitHub↗

    IP-Adapter is a framework for conditioning pretrained text-to-image diffusion models to use image prompts as visual guides. It serves as a text-to-image model extension that transforms a text-based diffusion model to accept and process image inputs as primary generation sources. The system implements identity preservation to maintain consistent facial features across multiple outputs using a reference photo. It also enables style transfer workflows to produce image variations that preserve the artistic characteristics of a source image. Capabilities cover multi-modal prompting, including the

    Utilizes a frozen pretrained diffusion model as the stable base engine for adaptation.

    Jupyter Notebook
    Ver en GitHub↗6,604
  • datawhalechina/tiny-universeAvatar de datawhalechina

    datawhalechina/tiny-universe

    4,505Ver en GitHub↗

    Tiny Universe is an educational monorepo that delivers multiple independent implementations of core AI subsystems as self-contained Jupyter notebooks. It provides from-scratch constructions of foundational architectures including a complete Transformer model built from the original paper specification, a denoising diffusion probabilistic model for image generation, and a ReAct-style autonomous agent framework that equips an LLM with tools for planning and multi-step task execution. The project distinguishes itself by covering the full lifecycle of modern AI systems through hands-on implementa

    Implements a denoising diffusion probabilistic model for image generation from pure noise.

    Jupyter Notebookagentdiffusionevaluation-metrics
    Ver en GitHub↗4,505
  • ml-gsai/lladaAvatar de ML-GSAI

    ML-GSAI/LLaDA

    3,580Ver en 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

    Implements a masked diffusion architecture that iteratively refines tokens into final text.

    Python
    Ver en GitHub↗3,580
  • liuyf020419/scuba-dAvatar de liuyf020419

    liuyf020419/SCUBA-D

    63Ver en GitHub↗

    SCUBA-D: De novo protein design with a denoising diffusion network independent of pre-trained structure prediction models

    Backbone generation using diffusion with structured priors.

    Python
    Ver en GitHub↗63
  • lamm-mit/proteindiffusiongeneratorAvatar de lamm-mit

    lamm-mit/ProteinDiffusionGenerator

    43Ver en GitHub↗

    Reference: B. Ni, D.L. Kaplan, M.J. Buehler, Generative design of de novo proteins based on secondary structure constraints using an attention-based diffusion model, Chem, 2023

    Attention-based diffusion for secondary-structure constrained design.

    Jupyter Notebook
    Ver en GitHub↗43
  • johnyang101/pmpnndiffJ

    johnyang101/pmpnndiff

    0Ver en GitHub↗

    Fast Non-autoregressive Inverse Folding with Discrete Diffusion (NeurIPS MLSB 2023)

    Non-autoregressive inverse folding using discrete diffusion.

    Ver en GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Diffusion Models

Explorar subetiquetas

  • Masked Text DiffusionDiffusion processes specifically applied to discrete token sequences using masking. **Distinct from Diffusion Models:** Distinct from general Diffusion Models by focusing on masked token refinement for language instead of protein or image denoising.
  • SequenceDiffusion models that generate one-dimensional sequences such as time series or audio features. **Distinct from Diffusion Models:** Distinct from Diffusion Models: specifically targets one-dimensional sequence generation rather than image or video synthesis.