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
134 stars 10 forks source link

Add AuraSR/GigaGAN upscaler #298

Open isidentical opened 2 months ago

isidentical commented 2 months ago

AuraSR is a new open source upscaler for synthetically generated images specifically (doesn't do restoration etc for now, but v2 might do it) that is based on lucidrains/GigaGAN. Might make sense to add it, there is a super simple / self-contained pytorch implementation here: https://github.com/fal-ai/aura-sr/blob/main/aura_sr.py

zelenooki87 commented 1 month ago

They updated model to v2 https://huggingface.co/fal/AuraSR-v2/tree/main It is not bad as before :) Could oyu add support?