diffusers / docs /source /en /api /schedulers /multistep_dpm_solver_inverse.md
Aminrabi's picture
End of training
c0af20c
|
raw
history blame
1.46 kB

Inverse Multistep DPM-Solver (DPMSolverMultistepInverse)

Overview

This scheduler is the inverted scheduler of DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps and DPM-Solver++: Fast Solver for Guided Sampling of Diffusion Probabilistic Models by Cheng Lu, Yuhao Zhou, Fan Bao, Jianfei Chen, Chongxuan Li, and Jun Zhu. The implementation is mostly based on the DDIM inversion definition of Null-text Inversion for Editing Real Images using Guided Diffusion Models and the ad-hoc notebook implementation for DiffEdit latent inversion here.

DPMSolverMultistepInverseScheduler

[[autodoc]] DPMSolverMultistepInverseScheduler