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

Remove unused Real-ESRGAN code #176

Closed RunDevelopment closed 4 months ago

RunDevelopment commented 4 months ago

This removes the unused Real-ESRGAN architecture code. We currently support Real-ESRGAN as part of the ESRGAN architecture, so this code went used.

If the need for a separate Real-ESRGAN architecture arises in the future, revert this PR.