How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Zongsheng Yue, Jianyi Wang, Chen Change Loy
Paper | Project Page | Video | WebUI | ModelScope | ComfyUI
This project is an AI upscaling framework and deep learning image restorer designed to estimate original source pixels from low-resolution inputs. It functions as a super-resolution reconstruction system that transforms pixelated images into high-resolution versions by restoring high-frequency details and sharpening edges. The system utilizes a convolutional neural network pipeline to analyze pixel data and perform digital image restoration. It employs pixel-shuffle upsampling to rearrange channel dimensions into spatial dimensions, which increases resolution while reducing checkerboard artif
PaddleGAN is a generative AI framework and deep learning computer vision library built on the PaddlePaddle framework. It serves as a toolkit for image and video synthesis, providing a collection of generative adversarial network implementations for creating synthetic visual content. The library focuses on advanced synthesis capabilities, including the generation of talking heads through lip motion synchronization and the creation of synthetic videos via motion transfer from driving sequences. It provides tools for domain-to-domain translation, allowing for image style transfer and the transfo
This project was built using a fork of Score-SDE
The main features of marcelowds/sr-sde are: Super Resolution, Inverse Problems.
Open-source alternatives to marcelowds/sr-sde include: iceclear/stablesr — Paper | Project Page | Video | WebUI | ModelScope | ComfyUI. zsyoaoa/resshift — Zongsheng Yue, Jianyi Wang, Chen Change Loy. spipm/depixelization_poc — This project is an AI upscaling framework and deep learning image restorer designed to estimate original source pixels… paddlepaddle/paddlegan — PaddleGAN is a generative AI framework and deep learning computer vision library built on the PaddlePaddle framework.… arpitbansal297/cold-diffusion-models — Official implementation of Cold-Diffusion for different transformations in pytorch. ar0kim/fidesr.