cog-real-esrgan icon indicating copy to clipboard operation
cog-real-esrgan copied to clipboard

Attempt at cog wrapper for nightmareai/real-esrgan for larger images

Nightmareai/real-esrgan Cog model

This is an implementation of the model: nightmareai/real-esrgan as a Cog model. Cog packages machine learning models as standard containers.

First, download the pre-trained weights:

cog build -t esrgan

Then, you can run predictions:

cog predict -i [email protected]

Sample

Demo image before upscaling: alt text

Demo image after upscaling: alt text