Skip to content

An open-source toolbox for fast sampling of diffusion models. Official implementations of our papers published in ICML, CVPR, NeurIPS.

License

Notifications You must be signed in to change notification settings

zju-pi/diff-sampler

Repository files navigation

diff-sampler

diff-sampler is an open-source toolbox for fast sampling of diffusion models, to provide a fair comparison of existing approaches and help researchers to develp better approaches. diff-sampler contains various model implementations, numerical-based solvers, time schedules, and other features.

This repository also includes (or will include) the official implementations of our following works:

News

TODO

Supported Fast Samplers for Diffusion Models

Name Max Order Source Location
Euler 1 Denoising Diffusion Implicit Models diff-solvers-main
Heun 2 Elucidating the Design Space of Diffusion-Based Generative Models diff-solvers-main
DPM-Solver-2 2 DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps diff-solvers-main
DPM-Solver++ 3 DPM-Solver++: Fast Solver for Guided Sampling of Diffusion Probabilistic Models diff-solvers-main
UniPC 3 UniPC: A Unified Predictor-Corrector Framework for Fast Sampling of Diffusion Models diff-solvers-main
DEIS 4 Fast Sampling of Diffusion Models with Exponential Integrator diff-solvers-main
iPNDM 4 Fast Sampling of Diffusion Models with Exponential Integrator diff-solvers-main
iPNDM_v 4 The variable-step version of the Adams–Bashforth methods diff-solvers-main
AMED-Solver 2 Fast ODE-based Sampling for Diffusion Models in Around 5 Steps amed-solver-main
AMED-Plugin - Fast ODE-based Sampling for Diffusion Models in Around 5 Steps amed-solver-main
GITS - On the Trajectory Regularity of ODE-based Diffusion Sampling gits-main

Citation

If you find this repository useful, please consider citing the following paper (reverse chronological order):

@article{chen2024trajectory,
  title={On the Trajectory Regularity of ODE-based Diffusion Sampling},
  author={Chen, Defang and Zhou, Zhenyu and Wang, Can and Shen, Chunhua and Lyu, Siwei},
  journal={arXiv preprint arXiv:2405.11326},
  year={2024}
}

@article{zhou2023fast,
  title={Fast ODE-based Sampling for Diffusion Models in Around 5 Steps},
  author={Zhou, Zhenyu and Chen, Defang and Wang, Can and Chen, Chun},
  journal={arXiv preprint arXiv:2312.00094},
  year={2023}
}

@article{chen2023geometric,
  title={A geometric perspective on diffusion models},
  author={Chen, Defang and Zhou, Zhenyu and Mei, Jian-Ping and Shen, Chunhua and Chen, Chun and Wang, Can},
  journal={arXiv preprint arXiv:2305.19947},
  year={2023}
}

About

An open-source toolbox for fast sampling of diffusion models. Official implementations of our papers published in ICML, CVPR, NeurIPS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published