[X] I have searched the existing issues and checked the recent builds/commits
What happened?
The ScuNet implementation recently added seems to be bugged as it produces worse quality images then the official demo here https://replicate.com/cszn/scunet.
Using their own example images, first is original, second using the online demo and third the one created by this app:
This implementation seems to lose a lot more details by smoothing out the image more and also changes the colors a lot.
Also as a side note the two different ScuNet models seems to create identical images, diffing an image from each of them with PIL returns identical image data.
Steps to reproduce the problem
Go to Extras tab
Load an image with some noise and chose one of the ScuNet models
Is there an existing issue for this?
What happened?
The ScuNet implementation recently added seems to be bugged as it produces worse quality images then the official demo here https://replicate.com/cszn/scunet. Using their own example images, first is original, second using the online demo and third the one created by this app:
This implementation seems to lose a lot more details by smoothing out the image more and also changes the colors a lot.
Also as a side note the two different ScuNet models seems to create identical images, diffing an image from each of them with PIL returns identical image data.
Steps to reproduce the problem
What should have happened?
Quality of the generated image in this repo should be similar to the demo generated image
Commit where the problem happens
737eb28faca8be2bb996ee0930ec77d1f7ebd939
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
Additional information, context and logs
No response