An open API service indexing awesome lists of open source software.

https://github.com/lucataco/cog-real-esrgan

Attempt at cog wrapper for nightmareai/real-esrgan for larger images
https://github.com/lucataco/cog-real-esrgan

cog

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Nightmareai/real-esrgan Cog model

This is an implementation of the model: [nightmareai/real-esrgan](https://replicate.com/nightmareai/real-esrgan) as a Cog model. [Cog packages machine learning models as standard containers.](https://github.com/replicate/cog)

First, download the pre-trained weights:

cog build -t esrgan

Then, you can run predictions:

cog predict -i image=@cat.jpeg

## Sample

Demo image before upscaling:
![alt text](cat.jpg)

Demo image after upscaling:
![alt text](output.png)