🖼️
Image Upscale
Upscales an image using the ESRGAN super-resolution model built on PyTorch.
Upscales an image using the ESRGAN super-resolution model built on PyTorch.
Upscales an image using the ESRGAN super-resolution model built on PyTorch.
main.py with the paths to your ESRGAN model file and input image.python main.py.pip install torch torchvision pillow
python main.py
You also need a trained ESRGAN model file and an input image; update the paths in main.py.
torch, torchvision, Pillow (and an ESRGAN module/model).