chaiNNer-org / chaiNNer

A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable. Born as an AI upscaling application, chaiNNer has grown into an extremely flexible and powerful programmatic image processing application.
https://chaiNNer.app
GNU General Public License v3.0
4.59k stars 283 forks source link

Can Real-CUGAN be used with ChaiNNer? #1168

Open MotherSoraka opened 1 year ago

MotherSoraka commented 1 year ago

Hi, I absolutely love this piece of app! One of the best things ever happened to humanity!

I also love Real-CUGAN, but i can't get it to work in ChaiNNer. Only one of the models "up2x-no-denoise" works, rest of the models output black images.

Any ideas how i can fix this?

Thank you!

joeyballentine commented 1 year ago

Unfortunately, right now they can't. The models expect the images to be in a different range than we currently support, and we have no way of automatically detecting model architecture in NCNN right now. We have discussed some workarounds though, so maybe something will be implemented in the future. Or, maybe I can just add a pytorch version of it.