diffusers_ddim_inversion
diffusers_ddim_inversion copied to clipboard
A simple example for using `DDIMInverseScheduler` for inverting an input image to StableDiffusion's latent space
Results
1
diffusers_ddim_inversion issues
Sort by
recently updated
recently updated
newest added
I used this example for checking, but found that the first time step in ddiminversescheduler is negative(it's -3). Maybe we cannot directly replace the DDIMScheduler with the DDIMInverseScheduler.