Aminrabi's picture
End of training
c0af20c
|
raw
history blame
1.08 kB

Inverse Denoising Diffusion Implicit Models (DDIMInverse)

Overview

This scheduler is the inverted scheduler of Denoising Diffusion Implicit Models (DDIM) by Jiaming Song, Chenlin Meng and Stefano Ermon. The implementation is mostly based on the DDIM inversion definition of Null-text Inversion for Editing Real Images using Guided Diffusion Models

DDIMInverseScheduler

[[autodoc]] DDIMInverseScheduler