[CVPR 2026] ZeroIDIR: Zero-Reference Illumination Degradation Image Restoration with Perturbed Consistency Diffusion Models
pip install -r requirements.txt
You can download our pre-trained model from [OneDrive] and [Baidu Yun (extracted code:)]
You need to modify dataset/dataloader.py slightly for your environment, and then
accelerate launch train.py
python inference.py
If you use this code or ideas from the paper for your research, please cite our paper:
Part of the code is adapted from the previous work: denoising-diffusion-pytorch. We thank all the authors for their contributions.

