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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • exacity/deeplearningbook-chineseAvatar exacity

    exacity/deeplearningbook-chinese

    37,285Vezi pe 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
    Vezi pe GitHub↗37,285
  • lucidrains/denoising-diffusion-pytorchAvatar lucidrains

    lucidrains/denoising-diffusion-pytorch

    10,614Vezi pe 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
    Vezi pe GitHub↗10,614
  • google-deepmind/alphafold3Avatar google-deepmind

    google-deepmind/alphafold3

    7,613Vezi pe 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
    Vezi pe GitHub↗7,613
  • tencent-ailab/ip-adapterAvatar tencent-ailab

    tencent-ailab/IP-Adapter

    6,604Vezi pe 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
    Vezi pe GitHub↗6,604
  • datawhalechina/tiny-universeAvatar datawhalechina

    datawhalechina/tiny-universe

    4,505Vezi pe 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
    Vezi pe GitHub↗4,505
  • ml-gsai/lladaAvatar ML-GSAI

    ML-GSAI/LLaDA

    3,580Vezi pe 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
    Vezi pe GitHub↗3,580
  • liuyf020419/scuba-dAvatar liuyf020419

    liuyf020419/SCUBA-D

    63Vezi pe 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
    Vezi pe GitHub↗63
  • lamm-mit/proteindiffusiongeneratorAvatar lamm-mit

    lamm-mit/ProteinDiffusionGenerator

    43Vezi pe 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
    Vezi pe GitHub↗43
  • johnyang101/pmpnndiffJ

    johnyang101/pmpnndiff

    0Vezi pe GitHub↗

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

    Non-autoregressive inverse folding using discrete diffusion.

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

Explorează sub-etichetele

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