DiffBIR ist ein auf Diffusion basierendes Framework zur Bildrestaurierung für die blinde Bildrekonstruktion. Es nutzt generative Diffusions-Priors, um hochwertige Bilder aus Quellen mit unbekannten oder komplexen Degradierungen wiederherzustellen, ohne dass explizite Degradierungsmodelle erforderlich sind.
Die Hauptfunktionen von xpixelgroup/diffbir sind: Blind Restoration Models, Diffusion Image Restoration Frameworks, Degradation Mappings, Generative Upscalers, Image Resolution Reconstruction, Tiled Resolution Scaling, Generative Priors, Tiled Upscaling.
Open-Source-Alternativen zu xpixelgroup/diffbir sind unter anderem: tencentarc/gfpgan — GFPGAN is a generative face restoration model and Python-based image processing tool designed to restore… janspiry/image-super-resolution-via-iterative-refinement — This project is a deep learning framework for AI image super-resolution and facial synthesis. It provides a diffusion… microsoft/bringing-old-photos-back-to-life — This project is a deep learning image restoration tool designed to remove scratches, fading, and noise from aged… zsyoaoa/difface — Zongsheng Yue, Chen Change Loy. nutlope/restorephotos — RestorePhotos is an AI face restoration tool and deep learning image upscaler designed to remove blur and reconstruct… xinntao/real-esrgan — Real-ESRGAN is a deep learning restoration pipeline designed to enhance low-resolution media and improve the visual…
GFPGAN is a generative face restoration model and Python-based image processing tool designed to restore low-resolution facial images. It utilizes generative adversarial networks to recover fine details and increase the clarity of degraded portraits. The system employs a generative facial prior to map degraded images to a high-quality manifold, enabling blind-face restoration without requiring knowledge of the specific degradation process. It utilizes a multi-stage workflow that includes face detection, alignment, and region-specific masking to separate facial areas from the background. Beyo
This project is a deep learning image restoration tool designed to remove scratches, fading, and noise from aged photographs and film. It utilizes generative adversarial networks for image translation, alongside specialized networks for face enhancement and video colorization. The system distinguishes itself through a combination of latent-space domain mapping and progressive face enhancement to recover blurred or missing high-frequency facial details. For video content, it employs a colorization framework that uses optical flow and temporal guidance to propagate color from selected keyframes
This project is a deep learning framework for AI image super-resolution and facial synthesis. It provides a diffusion model image upscaler and a generative facial image synthesizer capable of transforming low-resolution images into high-resolution outputs using pretrained model weights. The system utilizes iterative diffusion refinement and low-resolution guided sampling to restore fine details and sharpness. It supports both unconditional image generation, where images are created from scratch, and guided resolution enhancement for high-fidelity facial reconstruction. The repository include