https://github.com/kkkls/DeblurDiff
https://github.com/kkkls/DeblurDiff
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkkls/DeblurDiff
- Owner: kkkls
- License: mit
- Created: 2025-02-05T07:44:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T07:45:45.000Z (9 months ago)
- Last Synced: 2025-02-05T08:31:19.166Z (9 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-diffusion-categorized - [Code
README
# DeblurDiff: Real-World Image Deblurring with Generative Diffusion Models
[](https://arxiv.org/abs/2502.03810)
## Dependencies
conda env create -f environment.yml
## checkpoint
[download](https://drive.google.com/drive/folders/1CUtnUKbu_zTyjJ17F95UYyh2SDzCOHeW?usp=drive_link)
## Test
bash test.sh
## Acknowledgment:
This code is based on the [DiffBIR](https://github.com/XPixelGroup/DiffBIR) and [DemystifyLocalViT](https://github.com/Atten4Vis/DemystifyLocalViT). Thanks for their awesome work.