Close
denoise filters are based on blur methods, thus couldn't work well on RGB range 0~1, or 254~255. because the RGB range of the result images are closed in 1~254.
16bit filtering helps the result a bit, but still not good.
therefore, you may always need to clip out range 0~1 and 254~255 using levels.