#204 · Primary category: Computer Vision

HYPIR

image-restoration image-super-resolution image-upscaling

Official implementation of HYPIR: Harnessing Diffusion-Yielded Score Priors for Image Restoration (SIGGRAPH 2025)

Project last updated:10/16/25

GitHub Stars

1.2K

Forks

102

Contributors

2

License

Other

Why we included this project

HYPIR is the official implementation of a SIGGRAPH 2025 method that cleans up and upscales degraded photos by borrowing score priors from a pretrained diffusion model. You hand it a blurry, low-resolution, or compressed image and get back a sharper, higher-resolution version, with a text prompt available to steer the result. The repository includes pretrained LoRA weights, a Gradio interface, and Colab and Replicate demos, so you can test it without assembling the pipeline yourself. If you work on photo enhancement, super-resolution, or restoring old scans, the training and inference scripts make it straightforward to adapt the approach to your own data. One thing to check before adopting it: the code is under a custom non-commercial license, so read the terms if you plan to use it in a product.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category