iSEE-Laboratory/DiffUIR

support grayscale image training

Closed this issue · 1 comments

Great Works!! Does the model support grayscale image training? What parameters need to be changed?

Of course. You can change the Line 513 in ./src/model.py (change the channel from 3 to 1).