Back to Diffusers

DPMSolverMultistepInverse

docs/source/en/api/schedulers/multistep_dpm_solver_inverse.md

0.37.11.9 KB
Original Source
<!--Copyright 2025 The HuggingFace Team. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->

DPMSolverMultistepInverse

DPMSolverMultistepInverse is the inverted scheduler from 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 notebook implementation of the [DiffEdit] latent inversion from Xiang-cd/DiffEdit-stable-diffusion.

Tips

Dynamic thresholding from Imagen is supported, and for pixel-space diffusion models, you can set both algorithm_type="dpmsolver++" and thresholding=True to use the dynamic thresholding. This thresholding method is unsuitable for latent-space diffusion models such as Stable Diffusion.

DPMSolverMultistepInverseScheduler

[[autodoc]] DPMSolverMultistepInverseScheduler

SchedulerOutput

[[autodoc]] schedulers.scheduling_utils.SchedulerOutput