n00mkrad / cupscale

Image Upscaling GUI based on ESRGAN
MIT License
2.11k stars 112 forks source link

NCNN implementations don't allow interpolation between two models #123

Closed iwubcode closed 2 years ago

iwubcode commented 2 years ago

Known issue I'm sure but putting it here all the same.

Trying to use NCNN with interpolation will give an error "This implementation does not support model interpolation".

Given how nice NCNN is for AMD GPUs, this is a bit unfortunate.

iwubcode commented 2 years ago

Ah, I see this isn't an issue with Cupscale but an issue of it being unsupported by the apps cupscale uses. Closing