nagadomi / waifu2x

Image Super-Resolution for Anime-Style Art
http://waifu2x.udp.jp/
MIT License
27.33k stars 2.71k forks source link

Different on Noise Reduction in cloud version after update 02.02 #440

Closed XapekGithub closed 1 year ago

XapekGithub commented 1 year ago

I used cloud version and after update 02.02 noticed different in Noise Reduction.

Result with Noise 1 (medium) before 02.02: IMG_20230207_063649

Result with Noise 1 (medium) after 02.02: IMG_20230207_063905

Why so different?

nagadomi commented 1 year ago

Because it is a completely different model. With the new model, not much detail is lost, but may not clear non-JPEG noises.

I added old model support to the in-browser version. https://unlimited.waifu2x.net/ The cloud version will not support multiple different models due to limitation of GPU memory.

Also I will try to support denosing for non-JPEG noises.

XapekGithub commented 1 year ago

Because it is a completely different model. With the new model, not much detail is lost, but may not clear non-JPEG noises.

I added old model support to the in-browser version. https://unlimited.waifu2x.net/ The cloud version will not support multiple different models due to limitation of GPU memory.

Also I will try to support denosing for non-JPEG noises.

I see, ok. Thanks for explain!