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 jtt94/diffusion_schrodinger_bridge

Open-source alternatives to Diffusion Schrodinger Bridge

30 open-source projects similar to jtt94/diffusion_schrodinger_bridge, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Diffusion Schrodinger Bridge alternative.

  • alexgraikos/diffusion_priorsalexgraikos avatar

    alexgraikos/diffusion_priors

    212View on GitHub↗

    Using pre-trained Diffusion models as priors for inference tasks

    Jupyter Notebook
    View on GitHub↗212
  • alexiajm/adversarialconsistentscorematchingAlexiaJM avatar

    AlexiaJM/AdversarialConsistentScoreMatching

    125View on GitHub↗

    Code for paper "Adversarial score matching and improved sampling for image generation"

    Jupyter Notebook
    View on GitHub↗125
  • alexiajm/score_sde_fast_samplingAlexiaJM avatar

    AlexiaJM/score_sde_fast_sampling

    105View on GitHub↗

    Repository for the "Gotta Go Fast When Generating Data with Score-Based Models" paper

    Python
    View on GitHub↗105
  • alexmaols/elucdalexmaols avatar

    alexmaols/elucd

    33View on GitHub↗

    Elucidating The Design Space of Classifier-Guided Diffusion Generation

    Python
    View on GitHub↗33
  • aliborji/gfwaliborji avatar

    aliborji/GFW

    18View on GitHub↗

    Generated Faces in the Wild Dataset and Code

    Jupyter Notebook
    View on GitHub↗18
  • andyshih12/paradigmsAndyShih12 avatar

    AndyShih12/paradigms

    157View on GitHub↗

    PyTorch implementation for "Parallel Sampling of Diffusion Models", NeurIPS 2023 Spotlight

    Python
    View on GitHub↗157

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
  • anima-lab/maskditAnima-Lab avatar

    Anima-Lab/MaskDiT

    426View on GitHub↗

    Code for Fast Training of Diffusion Models with Masked Transformers

    Python
    View on GitHub↗426
  • arpitbansal297/cold-diffusion-modelsarpitbansal297 avatar

    arpitbansal297/Cold-Diffusion-Models

    1,127View on GitHub↗

    Official implementation of Cold-Diffusion for different transformations in pytorch.

    Python
    View on GitHub↗1,127
  • baofff/extended-analytic-dpmbaofff avatar

    baofff/Extended-Analytic-DPM

    109View on GitHub↗

    Official implementation for Estimating the Optimal Covariance with Imperfect Mean in Diffusion Probabilistic Models (ICML 2022), and a reimplementation of Analytic-DPM: an Analytic Estimate of the Optimal Reverse Variance in Diffusion Probabilistic Models (ICLR 2022)

    Python
    View on GitHub↗109
  • bjing2016/subspace-diffusionbjing2016 avatar

    bjing2016/subspace-diffusion

    135View on GitHub↗

    Improved diffusion generative models with subspaces

    Python
    View on GitHub↗135
  • buggyyang/rvdbuggyyang avatar

    buggyyang/rvd

    63View on GitHub↗

    Diffusion Probabilistic Modeling for Video Generation

    Python
    View on GitHub↗63
  • cognaclee/dpm-otcognaclee avatar

    cognaclee/DPM-OT

    46View on GitHub↗
    Jupyter Notebook
    View on GitHub↗46
  • compvis/latent-diffusionCompVis avatar

    CompVis/latent-diffusion

    14,072View on GitHub↗

    Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a compressed latent space. It uses variational autoencoders to encode images into a lower-dimensional representation, reducing the computational cost of noise prediction compared to operating on raw pixels. The project enables text-to-image generation by integrating natural language descriptions through cross-attention conditioning. It also supports image inpainting and restoration, filling masked or missing image areas with generated content, and example-based synthesis using retrie

    Jupyter Notebook
    View on GitHub↗14,072
  • cross-domain-compositing/cross-domain-compositingcross-domain-compositing avatar

    cross-domain-compositing/cross-domain-compositing

    186View on GitHub↗

    This is the official implementation of Cross-domain Compositing (CDC), a local, inference-time, image editing method which utilizes pretrained diffusion models for image compositing in various domains. We base our method on previous work in global image editing in inference-time, and propose a…

    Jupyter Notebook
    View on GitHub↗186
  • cvlab-stonybrook/fewshot-conditional-diffusioncvlab-stonybrook avatar

    cvlab-stonybrook/fewshot-conditional-diffusion

    8View on GitHub↗

    Official code for "Conditional Generation from Unconditional Diffusion Models using Denoiser Representations" (BMVC 2023)

    Jupyter Notebook
    View on GitHub↗8
  • cw-huang/sdeflow-lightCW-Huang avatar

    CW-Huang/sdeflow-light

    130View on GitHub↗

    A minimalist implementation of score-based diffusion model

    Python
    View on GitHub↗130
  • d2c-model/d2c-model.github.iod2c-model avatar

    d2c-model/d2c-model.github.io

    2View on GitHub↗

    Website for D2C paper

    HTML
    View on GitHub↗2
  • dbolya/tomesddbolya avatar

    dbolya/tomesd

    1,405View on GitHub↗

    Speed up Stable Diffusion with this one simple trick!

    Python
    View on GitHub↗1,405
  • diegovalsesia/mmd-ddmdiegovalsesia avatar

    diegovalsesia/MMD-DDM

    19View on GitHub↗

    Fast Inference in Denoising Diffusion Models via MMD Finetuning

    Python
    View on GitHub↗19
  • ericl122333/patchdiffusion-pytorchericl122333 avatar

    ericl122333/PatchDiffusion-Pytorch

    115View on GitHub↗

    Code for the Paper "Improving Diffusion Model Efficiency Through Patching"

    Python
    View on GitHub↗115
  • ermongroup/ddimermongroup avatar

    ermongroup/ddim

    1,833View on GitHub↗

    Jiaming Song, Chenlin Meng and Stefano Ermon, Stanford

    Python
    View on GitHub↗1,833
  • ermongroup/ncsnermongroup avatar

    ermongroup/ncsn

    785View on GitHub↗

    This repo contains the official implementation for the NeurIPS 2019 paper Generative Modeling by Estimating Gradients of the Data Distribution,

    Python
    View on GitHub↗785
  • ermongroup/ncsnv2ermongroup avatar

    ermongroup/ncsnv2

    325View on GitHub↗

    The official PyTorch implementation for NCSNv2 (NeurIPS 2020)

    Python
    View on GitHub↗325
  • ermongroup/sdeditermongroup avatar

    ermongroup/SDEdit

    1,164View on GitHub↗

    PyTorch implementation for SDEdit: Image Synthesis and Editing with Stochastic Differential Equations

    Pythoncontrollable-generationimage-editingimage-generation
    View on GitHub↗1,164
  • exisas/lgc-vdexisas avatar

    exisas/LGC-VD

    38View on GitHub↗
    Python
    View on GitHub↗38
  • facebookresearch/ditfacebookresearch avatar

    facebookresearch/DiT

    8,642View on GitHub↗

    DiT is a latent diffusion model and transformer-based generative AI framework implemented in PyTorch. It functions as a class-conditional image generator that replaces traditional convolutional backbones with a transformer architecture to synthesize high-fidelity images. The project utilizes patch-based latent processing and latent space compression to operate on low-dimensional image representations. It incorporates class-conditional guidance and adjustable guidance scales to control the visual content of generated images during the sampling process. The framework covers distributed model t

    Python
    View on GitHub↗8,642
  • fengnima/fastdpm_pytorchFengNiMa avatar

    FengNiMa/FastDPM_pytorch

    83View on GitHub↗

    Official PyTorch implementation for FastDPM, a fast sampling algorithm for diffusion probabilistic models

    Python
    View on GitHub↗83
  • forever208/ddpm-ipforever208 avatar

    forever208/DDPM-IP

    129View on GitHub↗

    ICML 2023 official implementation for "Input Perturbation Reduces Exposure Bias in Diffusion Models"

    Python
    View on GitHub↗129
  • fudan-zvg/pdsfudan-zvg avatar

    fudan-zvg/PDS

    62View on GitHub↗

    ECCV 2022 & IJCV 2025 Accelerating Score-based Generative Models with Preconditioned Diffusion Sampling

    Python
    View on GitHub↗62
  • 1202kbs/dmcmc1202kbs avatar

    1202kbs/DMCMC

    31View on GitHub↗

    Official PyTorch implementation of "Denoising MCMC for Accelerating Diffusion-Based Generative Models", ICML 2023 Oral Paper

    Python
    View on GitHub↗31