{"id":24206489,"url":"https://github.com/olaviinha/neuralimagesuperresolution","last_synced_at":"2025-04-09T06:13:29.783Z","repository":{"id":52718088,"uuid":"284930677","full_name":"olaviinha/NeuralImageSuperResolution","owner":"olaviinha","description":"Colabs for Neural Image Enhancement.","archived":false,"fork":false,"pushed_at":"2025-02-14T16:01:26.000Z","size":67,"stargazers_count":97,"open_issues_count":2,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T02:15:32.316Z","etag":null,"topics":["artificial-neural-networks","colab","esrgan","image-processing","image-upscaling","isr","latent-diffusion","super-resolution","upscaling"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olaviinha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-04T09:07:58.000Z","updated_at":"2025-02-26T06:35:01.000Z","dependencies_parsed_at":"2025-01-14T00:34:07.328Z","dependency_job_id":"80d4413b-7f29-4b60-9567-c640d4030029","html_url":"https://github.com/olaviinha/NeuralImageSuperResolution","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olaviinha%2FNeuralImageSuperResolution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olaviinha%2FNeuralImageSuperResolution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olaviinha%2FNeuralImageSuperResolution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olaviinha%2FNeuralImageSuperResolution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olaviinha","download_url":"https://codeload.github.com/olaviinha/NeuralImageSuperResolution/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987285,"owners_count":21028895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-neural-networks","colab","esrgan","image-processing","image-upscaling","isr","latent-diffusion","super-resolution","upscaling"],"created_at":"2025-01-14T00:33:38.489Z","updated_at":"2025-04-09T06:13:29.762Z","avatar_url":"https://github.com/olaviinha.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neural Image Super-Resolution (Colabs)\n\n❗️ **This repository is not actively maintained since 2023, as closed-source state-of-the-art superresolution solutions are now widely available for everyone.**\n\nThis 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.\n\n## Latent Diffusion + FBCNN\n\n**Colab for:** [Latent Diffusion](https://github.com/CompVis/latent-diffusion) + [FBCNN](https://github.com/jiaxi-jiang/FBCNN) \u003cbr\u003e\n**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.14573\n\nUpscale by Latent Diffusion:\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/Latent_Diffusion_Upscale.ipynb)\n\nSharpen by Latent Diffusion \u0026 remove JPEG artifacts by FBCNN (this notebook does not increase image resolution):\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/LatentDiffusionFBCNN.ipynb)\n\n![image](https://user-images.githubusercontent.com/50331907/163679045-896ddcca-20aa-4392-a53d-637026b25cfd.png)\n\n## ESRGAN\n\nWorks in Jun 2021.\n\n**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). \u003cbr\u003e\n**Paper:** ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks https://arxiv.org/abs/1809.00219\n\nYou can add more pretrained models from [upscale.wiki](https://upscale.wiki/wiki/Model_Database), probably.\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/SuperRes_ESRGAN.ipynb)\n\n![image](https://user-images.githubusercontent.com/50331907/123541722-97416b80-d74e-11eb-9f50-8451100840d6.png)\n\n## Older\n\nOlder notebooks are probably inferior and possibly outdated.\n\n**Colab for:** [uperresolution_gan](https://github.com/fukumame/superresolution_gan). \u003cbr\u003e\n**Paper:** Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network https://arxiv.org/abs/1609.04802\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/image_superres.ipynb) \n\n---\n\n**Colab for:** [Neural Enhance](https://github.com/alexjc/neural-enhance) \u003cbr\u003e\n**Papers:** [See original repository](https://github.com/alexjc/neural-enhance#3-background--research)\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/olaviinha/NeuralImageSuperResolution/blob/master/neural_enhance.ipynb) \u003cbr\u003e\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folaviinha%2Fneuralimagesuperresolution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folaviinha%2Fneuralimagesuperresolution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folaviinha%2Fneuralimagesuperresolution/lists"}