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
LuChengTHU avatar

LuChengTHU/dpm-solver

0
View on GitHub↗
1,846 stars·134 forks·Python·MIT·13 views

Dpm Solver

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

Features

  • Diffusion Model Research - Fast ODE solvers for diffusion sampling.
  • Generation - Listed in the “Generation” section of the Awesome Diffusion Models awesome list.

Star history

Star history chart for luchengthu/dpm-solverStar history chart for luchengthu/dpm-solver

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Dpm Solver

These projects share indexed features with Dpm Solver. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • andyshih12/paradigmsAndyShih12 avatar

    AndyShih12/paradigms

    157View on GitHub↗

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

    Python
    View on GitHub↗157
  • 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
  • alexmaols/elucdalexmaols avatar

    alexmaols/elucd

    33View on GitHub↗

    Elucidating The Design Space of Classifier-Guided Diffusion Generation

    Python
    View on GitHub↗33
  • 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
Compare all 30 related projects→

Frequently asked questions

What does luchengthu/dpm-solver do?

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

What are the main features of luchengthu/dpm-solver?

The main features of luchengthu/dpm-solver are: Diffusion Model Research, Generation.

Which projects share features with luchengthu/dpm-solver?

Projects with overlapping indexed features include: anima-lab/maskdit — Code for Fast Training of Diffusion Models with Masked Transformers. baofff/extended-analytic-dpm — Official implementation for Estimating the Optimal Covariance with Imperfect Mean in Diffusion Probabilistic Models… andyshih12/paradigms — PyTorch implementation for "Parallel Sampling of Diffusion Models", NeurIPS 2023 Spotlight. alexmaols/elucd — Elucidating The Design Space of Classifier-Guided Diffusion Generation. arpitbansal297/cold-diffusion-models — Official implementation of Cold-Diffusion for different transformations in pytorch. cognaclee/dpm-ot.