nihui / waifu2x-ncnn-vulkan

waifu2x converter ncnn version, runs fast on intel / amd / nvidia / apple-silicon GPU with vulkan
MIT License
3.01k stars 210 forks source link

More models? #120

Open GiRaFa-SM opened 3 years ago

GiRaFa-SM commented 3 years ago

It seems the caffe version has more models that provide more quality savings (such as upresnet10), but theyre not present on ncnn version, would be hard to implement it?

Nova-Aurora commented 3 years ago

I don't know about on implementing them in the binary itself, but see #37 for how to load them yourself.

GiRaFa-SM commented 3 years ago

I don't know about on implementing them in the binary itself, but see #37 for how to load them yourself.

its not really clear about "how to port/convert" them in the link you just shared, could you be more specific?