awesome-repositories.com
Blog
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 ericl122333/patchdiffusion-pytorch

Open-source alternatives to PatchDiffusion Pytorch

30 open-source projects similar to ericl122333/patchdiffusion-pytorch, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best PatchDiffusion Pytorch alternative.

  • luchengthu/dpm-solverLuChengTHU avatar

    LuChengTHU/dpm-solver

    1,846View on GitHub↗

    Official code for "DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps" (Neurips 2022 Oral)

    Pythondiffusion-modelsmachine-learningscore-based-generative-models
    View on GitHub↗1,846
  • qsh-zh/gddimqsh-zh avatar

    qsh-zh/gDDIM

    49View on GitHub↗

    ICLR'23 Spotlight gDDIM: analyze and accelerate general diffusion models, isotropic and non-isotropic

    Python
    View on GitHub↗49
  • jeremiastraub/diffusionjeremiastraub avatar

    jeremiastraub/diffusion

    33View on GitHub↗

    Representation Learning with Diffusion Models

    Python
    View on GitHub↗33
  • louaaron/reflected-diffusionlouaaron avatar

    louaaron/Reflected-Diffusion

    161View on GitHub↗

    ICML 2023 Reflected Diffusion Models (https://arxiv.org/abs/2304.04740)

    Python
    View on GitHub↗161
  • mohsenzand/dinofMohsenZand avatar

    MohsenZand/DiNof

    3View on GitHub↗

    Diffusion Models with Deterministic Normalizing Flow Priors

    Python
    View on GitHub↗3
  • phizaz/diffaephizaz avatar

    phizaz/diffae

    966View on GitHub↗

    Official implementation of Diffusion Autoencoders

    Jupyter Notebook
    View on GitHub↗966

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
  • guoqiang-zhang-x/la-dpmguoqiang-zhang-x avatar

    guoqiang-zhang-x/LA-DPM

    3View on GitHub↗
    Python
    View on GitHub↗3
  • iva-mzsun/globeriva-mzsun avatar

    iva-mzsun/glober

    9View on GitHub↗
    Python
    View on GitHub↗9
  • kiungsong/rsbKiUngSong avatar

    KiUngSong/RSB

    11View on GitHub↗

    "Applying Regularized Schrödinger-Bridge-Based Stochastic Process in Generative Modeling"

    Python
    View on GitHub↗11
  • longinyu/hsivilonginyu avatar

    longinyu/hsivi

    9View on GitHub↗
    Python
    View on GitHub↗9
  • mk-minchul/dcfacemk-minchul avatar

    mk-minchul/dcface

    155View on GitHub↗
    Python
    View on GitHub↗155
  • mkfmiku/vidmMKFMIKU avatar

    MKFMIKU/VIDM

    68View on GitHub↗

    AAAI23 Oral Official implementations of Video Implicit Diffusion Models

    Python
    View on GitHub↗68
  • nachifur/rddmnachifur avatar

    nachifur/RDDM

    579View on GitHub↗

    CVPR 2024: Residual Denoising Diffusion Models

    Python
    View on GitHub↗579
  • nv-tlabs/genienv-tlabs avatar

    nv-tlabs/GENIE

    95View on GitHub↗

    GENIE: Higher-Order Denoising Diffusion Solvers

    Python
    View on GitHub↗95
  • 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
  • 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
  • dbolya/tomesddbolya avatar

    dbolya/tomesd

    1,405View on GitHub↗

    Speed up Stable Diffusion with this one simple trick!

    Python
    View on GitHub↗1,405
  • 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
  • johannakarras/dreamposejohannakarras avatar

    johannakarras/DreamPose

    1,006View on GitHub↗

    Official implementation of "DreamPose: Fashion Image-to-Video Synthesis via Stable Diffusion"

    Python
    View on GitHub↗1,006
  • alexmaols/elucdalexmaols avatar

    alexmaols/elucd

    33View on GitHub↗

    Elucidating The Design Space of Classifier-Guided Diffusion Generation

    Python
    View on GitHub↗33
  • locuslab/deq-ddimlocuslab avatar

    locuslab/deq-ddim

    64View on GitHub↗
    Python
    View on GitHub↗64
  • lucidrains/magvit2-pytorchlucidrains avatar

    lucidrains/magvit2-pytorch

    665View on GitHub↗

    Implementation of MagViT2 Tokenizer in Pytorch

    Python
    View on GitHub↗665
  • 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
  • cognaclee/dpm-otcognaclee avatar

    cognaclee/DPM-OT

    46View on GitHub↗
    Jupyter Notebook
    View on GitHub↗46
  • 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
  • andyshih12/paradigmsAndyShih12 avatar

    AndyShih12/paradigms

    157View on GitHub↗

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

    Python
    View on GitHub↗157
  • gcorso/particle-guidancegcorso avatar

    gcorso/particle-guidance

    78View on GitHub↗

    Implementation of Particle Guidance: non-I.I.D. Diverse Sampling with Diffusion Models

    Python
    View on GitHub↗78
  • rerv/vdtRERV avatar

    RERV/VDT

    255View on GitHub↗

    ICLR2024 The official implementation of paper "VDT: General-purpose Video Diffusion Transformers via Mask Modeling", by Haoyu Lu, Guoxing Yang, Nanyi Fei, Yuqi Huo, Zhiwu Lu, Ping Luo, Mingyu Ding.

    Jupyter Notebook
    View on GitHub↗255