shaibagon / diffusers_ddim_inversion

A simple example for using `DDIMInverseScheduler` for inverting an input image to StableDiffusion's latent space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diffusers DDIM Inversion example

A simple example of using DDIMInverseScheduler for inverting an input image to StableDiffusion's latent space

Usage

Just run

python ddim_inversion.py

The code loads the poike.png example image, and uses DDIMInverseScheduler to invert it to the noisy latent and reconstruct it back.

Notes

Reconstruction is not perfect -- you can add more diffusion steps.

About

A simple example for using `DDIMInverseScheduler` for inverting an input image to StableDiffusion's latent space

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%