https://github.com/olaviinha/neuralimagesuperresolution
Colabs for Neural Image Enhancement.
https://github.com/olaviinha/neuralimagesuperresolution
artificial-neural-networks colab esrgan image-processing image-upscaling isr latent-diffusion super-resolution upscaling
Last synced: 6 months ago
JSON representation
Colabs for Neural Image Enhancement.
- Host: GitHub
- URL: https://github.com/olaviinha/neuralimagesuperresolution
- Owner: olaviinha
- Created: 2020-08-04T09:07:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T16:01:26.000Z (8 months ago)
- Last Synced: 2025-04-02T02:15:32.316Z (6 months ago)
- Topics: artificial-neural-networks, colab, esrgan, image-processing, image-upscaling, isr, latent-diffusion, super-resolution, upscaling
- Language: Jupyter Notebook
- Homepage:
- Size: 65.4 KB
- Stars: 97
- Watchers: 4
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neural Image Super-Resolution (Colabs)
❗️ **This repository is not actively maintained since 2023, as closed-source state-of-the-art superresolution solutions are now widely available for everyone.**
This is a collection of simplified Colab Notebooks for various neural image enhancers in an attempt to enlarge low resolution images with restored details in high quality. All notebooks support batch processing of an entire directory. All notebooks were made to run in Google Colaboratory, using Google Drive as data source and storage.
## Latent Diffusion + FBCNN
**Colab for:** [Latent Diffusion](https://github.com/CompVis/latent-diffusion) + [FBCNN](https://github.com/jiaxi-jiang/FBCNN)
**Papers:** High-Resolution Image Synthesis with Latent Diffusion Models https://arxiv.org/abs/2112.10752; Towards Flexible Blind JPEG Artifacts Removal https://arxiv.org/abs/2109.14573Upscale by Latent Diffusion:
[](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/Latent_Diffusion_Upscale.ipynb)
Sharpen by Latent Diffusion & remove JPEG artifacts by FBCNN (this notebook does not increase image resolution):
[](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/LatentDiffusionFBCNN.ipynb)

## ESRGAN
Works in Jun 2021.
**Colab for:** [JoeyBallentine's fork](https://github.com/JoeyBallentine/ESRGAN) of [BlueAmulet's fork](https://github.com/BlueAmulet/ESRGAN) of [ESRGAN by Xinntao](https://github.com/xinntao/ESRGAN).
**Paper:** ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks https://arxiv.org/abs/1809.00219You can add more pretrained models from [upscale.wiki](https://upscale.wiki/wiki/Model_Database), probably.
[](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/SuperRes_ESRGAN.ipynb)

## Older
Older notebooks are probably inferior and possibly outdated.
**Colab for:** [uperresolution_gan](https://github.com/fukumame/superresolution_gan).
**Paper:** Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network https://arxiv.org/abs/1609.04802[](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/image_superres.ipynb)
---
**Colab for:** [Neural Enhance](https://github.com/alexjc/neural-enhance)
**Papers:** [See original repository](https://github.com/alexjc/neural-enhance#3-background--research)[](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/neural_enhance.ipynb)