thekevinscott / UpscalerJS

Enhance Images with Javascript and AI. Increase resolution, retouch, denoise, and more. Open Source, Browser & Node Compatible, MIT License.
https://upscalerjs.com
MIT License
767 stars 73 forks source link

Cannot reproduce your results #1256

Closed av01d closed 7 months ago

av01d commented 7 months ago

Describe the bug I am having trouble reproducing the rather awesome upscaling results I see on www.upscalerjs.com. The carousel on top of that page shows that the upscaled images are indeed much more detailed/sharp than the originals. When I set up a similar test on jsfiddle, the results are much less stellar. https://jsfiddle.net/av01d/gopuyeqs/

I am clearly missing something... but what?

To Reproduce Visit https://jsfiddle.net/av01d/gopuyeqs/

Expected behavior Clear, sharp upscaled images.

Screenshots Screenshot 2023-11-16 at 15 33 22

thekevinscott commented 7 months ago

Thanks for the jsfiddle link - it's always helpful when someone takes the time to create a reproducible example!

A few things:

Here is a JSFiddle that implements the above bullets: https://jsfiddle.net/thekevinscott/f5e3h189/39/

Screenshot 2023-11-18 at 1 35 28 PM
av01d commented 7 months ago

Thank you very much for your concise answers. Thanks to your fiddle I understand what I needed to change, got it working just fine now.