PyTorch implementation of Real-ESRGAN model
PyTorch implementation of a Real-ESRGAN model trained on custom dataset. This model shows better results on faces compared to the original version. It is also easier to integrate this model into your projects.
You can try it in google colab
Installation
-
Clone repo
git clone https://https://github.com/sberbank-ai/Real-ESRGAN cd Real-ESRGAN
-
Install requirements
pip install -r requirements.txt
-
Download pretrained weights and put them into
weights/
folder
Usage
Basic example: