Replies: 2 comments 4 replies
-
@nagadomi, This would be a question for you |
Beta Was this translation helpful? Give feedback.
-
I am not the author of CUGAN so I don't know much about it. From https://github.com/bilibili/ailab/blob/main/Real-CUGAN/README_EN.md , GAN-based models generate fake textures, lines etc., without much respect for the input image/original image, but it is supposed to have high perceptual quality for humans. waifu2x's cunet is more conservative than that because it is optimized for PSNR (reconstruction loss). In nunif/waifu2x, swin_unet/art_scan is a GAN-based model similar to CUGAN and supports various types of denoising. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can you explain on a technical level the differences between the nunif cunet2x model and the cugan2x model? I see a lot of similarities between them but I've noticed some minor differences as well. Overall, nunif cunet2x is incredibly close to the lower denoising-level cugan variants (level 1, level 0, conservative). But it performs slightly differently and I've also noticed that some GUIs cannot handle it, while they have no problem with CUGAN. So, I'm curious to know more about the model.
Beta Was this translation helpful? Give feedback.
All reactions