cswry / SeeSR

[CVPR2024] SeeSR: Towards Semantics-Aware Real-World Image Super-Resolution
Apache License 2.0
380 stars 21 forks source link

Question #64

Open ShiLiangfan11 opened 1 month ago

ShiLiangfan11 commented 1 month ago

When using diffusion for image super-resolution, having too many inference steps can cause the details to deviate more from the real image.

cswry commented 1 month ago

Each step of the diffusion process randomly samples noise, which is the fundamental cause of the resulting randomness. Naturally, the more inference steps, the greater the randomness. If you want to reduce randomness in multi-step inference, you can refer to our recently work CCSR.