PeiKaLunCi / BIRD

This is the official implementation of "Blind Image Restoration via Fast Diffusion Inversion"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blind Image Restoration via Fast Diffusion Inversion (BIRD)

This is the official implementation of "Blind Image Restoration via Fast Diffusion Inversion ". arxiv

Environment

pip install numpy torch blobfile tqdm pyYaml pillow    

Pre-Trained Models

For face restoration, download the pretrained model from and put it into checkpoints/.

Blind Deblurring

python blind_deblurring.py    

image info

Non-uniform Deblurring

python non_uniform_deblurring.py    

image info

Inpainting

python inpainting.py    

image info

Denoising

python denoising.py    

image info

Superresolution

python super_resolution.py    

image info

About

This is the official implementation of "Blind Image Restoration via Fast Diffusion Inversion"


Languages

Language:Python 100.0%