chaiNNer-org / spandrel

Spandrel gives your project support for various PyTorch architectures meant for AI Super-Resolution, restoration, and inpainting. Based on the model support implemented in chaiNNer.
MIT License
132 stars 9 forks source link

Please add support for CiaoSR #12

Open zelenooki87 opened 1 year ago

zelenooki87 commented 1 year ago

new repo gives fantastic results in terms of upscaling https://github.com/caojiezhang/CiaoSR

Would like to add support for it. Thank you very much in advance

joeyballentine commented 1 year ago

I can look into it, but just know the way i add architecture support is very time consuming so it's unlikely to get done soon

zelenooki87 commented 1 year ago

Okay. GRL Image restoration repo should be easier to integrate https://github.com/ofsoundof/GRL-Image-Restoration holywu already did it through vapoursynth

Awesome blind super resolution

joeyballentine commented 1 year ago

I don't implement things the way other repos do, it's a lot more of an involved process but makes it a lot better/easier in the long run. It's why you can just load a supported .pth model and chaiNNer knows the arch and parameters. This means it takes much longer and isn't as easy as just shoving someone's code in.

But i can add both of these to my list of archs to eventually support in the future