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
This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural language descriptions. It utilizes a diffusion image generator to transform latent embeddings into visual data through an iterative denoising process. The system employs a two-stage latent mapping process, using a CLIP-based latent prior to map text embeddings to image embeddings before decoding them into pixels. It features a cascading diffusion decoder that produces high-resolution imagery by passing low-resolution outputs through a sequence of models at increasing scales.
This is a classifier-guided diffusion framework for high-fidelity image generation. It implements a cascaded diffusion pipeline that chains a base diffusion model with a dedicated upsampler to progressively increase image resolution in stages, and uses classifier-guided diffusion sampling to steer the reverse diffusion process toward higher-quality outputs. The framework provides tools for training diffusion models from scratch using distributed processes with gradient accumulation, as well as training classifier models that provide gradient-based guidance during sampling. It supports both un
IOPaint is an AI image editor and Stable Diffusion inpainting tool providing a web interface for removing objects and replacing image content. It utilizes latent diffusion image processing to synthesize high-resolution replacements for erased sections of an image. The project features a specialized AI background remover for isolating subjects and an AI image upscaler that employs super-resolution models for general photos and anime artwork. The software covers a broad range of capabilities including image segmentation for object isolation, face restoration for improving facial details, and t
这是一个用于 AI 图像超分辨率和面部合成的深度学习框架。它提供了一个扩散模型图像放大器和生成式面部图像合成器,能够使用预训练模型权重将低分辨率图像转换为高分辨率输出。
janspiry/image-super-resolution-via-iterative-refinement 的主要功能包括:Resolution Upscaling, Diffusion Image Restoration Frameworks, Diffusion Refinement, Image Super Resolution Models, High-Resolution Synthesis, Facial Synthesis, Image Resolution Reconstruction, AI Upscaling。
janspiry/image-super-resolution-via-iterative-refinement 的开源替代品包括: spipm/depixelization_poc — This project is an AI upscaling framework and deep learning image restorer designed to estimate original source pixels… lucidrains/dalle2-pytorch — This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural… openai/guided-diffusion — This is a classifier-guided diffusion framework for high-fidelity image generation. It implements a cascaded diffusion… sanster/iopaint — IOPaint is an AI image editor and Stable Diffusion inpainting tool providing a web interface for removing objects and… xpixelgroup/diffbir — DiffBIR is a diffusion-based image restoration framework designed for blind image reconstruction. It utilizes… xinntao/esrgan — ESRGAN is a deep learning image restoration framework designed for image super-resolution. It uses a generative…