Skip to content

Commit 111d26e

Browse files
authored
Update README.md
1 parent 870d6ff commit 111d26e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ python main_ddpir.py --opt configs/deblur.yaml # deblur
6161
python main_ddpir.py --opt configs/inpaint.yaml # inpainting
6262
```
6363

64+
### Train Your Own Diffusion Models
65+
To train a new diffusion model, please follow [OpenAI Guided Diffusion](https://github.com/openai/guided-diffusion).
66+
6467
## Brief Introduction
6568
Upon comparison with several earlier iterative image restoration methods, such as [USRNet](https://github.com/cszn/USRNet), we found that the diffusion sampling framework offers a more systematic approach to solve data sub-problems and prior sub-problems in an iterative plug and play manner.
6669

0 commit comments

Comments
 (0)