xavihart / simple_DiffEdit

Simple and effective image editing using pre-trained denoised diffusion probabilistic model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Repo for Simple Image Editing based on Denoising Diffusion Model

Reference: https://github.com/openai/guided-diffusion

Some results:

Column : sigma = arange(start=0.5, end=4, step=0.5)

Row : Edit-image + Diffused-image + Recovered-image

cat edit

drawing drawing

CAT-(1) CAT_(2)

tv-edit

drawing

TV-(1)

horse-edit

drawing

HORSE-(1)

About

Simple and effective image editing using pre-trained denoised diffusion probabilistic model


Languages

Language:Python 100.0%