ImageToolbox icon indicating copy to clipboard operation
ImageToolbox copied to clipboard

Onnx Upscale models

Open Sosypans opened this issue 1 year ago • 10 comments

Recently, I've seen many apps starting to use ONNX models from OpenModelDB.info to upscale images.

I think it would be great to add the ability to use ONNX models and also be able to add custom models for upscaling photos. As Other apps don't support adding custom models

Sosypans avatar Nov 28 '24 10:11 Sosypans

That would be great! Here's some more information:

https://openmodeldb.info/

https://github.com/OpenModelDB/open-model-database

Maxitendo1 avatar Jan 05 '25 10:01 Maxitendo1

No way to add custom models, i'm trying with one model and it's hard even

T8RIN avatar Jan 06 '25 00:01 T8RIN

Yeah one model should be enough.

Maxitendo1 avatar Jan 06 '25 11:01 Maxitendo1

Maybe someone wants to start PR? I tested something in master-onnx branch

T8RIN avatar Jan 07 '25 02:01 T8RIN

I don't know anything about coding. Sorry. But I found this guide on how to upscale with doing it by installing a program, but there's nothing with Kotlin:

https://openmodeldb.info/docs/faq#how-do-i-upscale-

Maxitendo1 avatar Jan 08 '25 14:01 Maxitendo1

I tested, it worked, but it's not even upscaling , just blur

T8RIN avatar Jan 09 '25 02:01 T8RIN

What about this one?

https://therasr.github.io/

It just got released some weeks ago and it currently makes the best use of image upscaling. They even explained the technical parts and you can try it as a demo on HuggingFace, everything is in the link.

Maxitendo1 avatar Mar 23 '25 10:03 Maxitendo1

Idk, it's python, i don't like this language :smile:

T8RIN avatar Mar 23 '25 10:03 T8RIN

https://github.com/Lucchetto/SuperImage might be of use

JayCubby-enwiki avatar Apr 22 '25 22:04 JayCubby-enwiki

Looks good! It also had a lot of stars, so there's definitely a high demand. Plus it got rewritten in Kotlin, so it's hopefully also easier to implement.

Maxitendo1 avatar Apr 27 '25 06:04 Maxitendo1