awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
XPixelGroup avatar

XPixelGroup/DiffBIR

0
View on GitHub↗

DiffBIR

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.

Das System enthält spezialisierte Modelle für die Gesichtsrestaurierung, die die Wiederherstellung von Gesichtszügen, Texturen und Hintergründen in beschädigten Porträts ermöglichen. Um hochauflösende Ausgaben auf Hardware mit begrenztem Speicher zu unterstützen, verwendet es einen Kachel-Upscaler, der Bilder während des Samplings in kleinere Patches unterteilt.

Das Framework umfasst eine mehrstufige Restaurierungspipeline und generatives Bild-Upscaling. Es bietet Funktionen für das Training von Restaurierungsmodellen und die Anwendung spezialisierter Gewichte zur Optimierung der Verbesserung für spezifische Szenen.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Features

  • Blind Restoration Models - Provides a framework for restoring images without prior knowledge of the specific degradation applied.
  • Diffusion Image Restoration Frameworks - Provides a complete diffusion-based framework for reconstructing high-quality images from degraded sources.
  • Degradation Mappings - Implements techniques to map degraded visual inputs into clean latent spaces for blind image reconstruction.
  • Generative Upscalers - Uses generative diffusion techniques to reconstruct missing high-resolution details during image upscaling.
  • Image Resolution Reconstruction - Estimates original source pixels to restore fine details to degraded images using generative diffusion priors.
  • Tiled Resolution Scaling - Uses tiled sampling to scale large images to high resolutions while preventing system memory exhaustion.
  • Generative Priors - Utilizes pretrained generative networks as high-quality structural priors to guide image restoration.
  • Tiled Upscaling - Increases image resolution using a tile-based refinement process to maintain spatial consistency and memory efficiency.
  • Face Restoration - Provides generative restoration of facial structures to recover fine details in degraded portraits.
  • Blind - Enhances facial features and recovers backgrounds in portraits without requiring prior face alignment.
  • Diffusion Model Training - Includes workflows for training diffusion models to combine restoration with generative capabilities.
  • Image Restoration Model Training - Provides capabilities to train multi-stage pipelines that integrate generative components for image restoration.
  • Image Restoration Pipelines - Employs a multi-stage pipeline of specialized models to iteratively remove image artifacts and refine details.
  • Large Scale Processing - Handles massive high-resolution images on limited hardware through distributed tiled processing.
  • Face Restoration - Blind image restoration with generative diffusion priors.
  • Image Restoration - Blind image restoration with generative diffusion priors.
  • Inverse Problems - Listed in the “Inverse Problems” section of the Awesome Diffusion Models awesome list.
4,087 Stars·356 Forks·Python·Apache-2.0·3 Aufrufe

Star-Verlauf

Star-Verlauf für xpixelgroup/diffbirStar-Verlauf für xpixelgroup/diffbir

Häufig gestellte Fragen

Was macht xpixelgroup/diffbir?

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.

Was sind die Hauptfunktionen von xpixelgroup/diffbir?

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.

Welche Open-Source-Alternativen gibt es zu xpixelgroup/diffbir?

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…

Open-Source-Alternativen zu DiffBIR

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit DiffBIR.
  • tencentarc/gfpganAvatar von TencentARC

    TencentARC/GFPGAN

    37,469Auf GitHub ansehen↗

    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

    Pythondeep-learningface-restorationgan
    Auf GitHub ansehen↗37,469
  • microsoft/bringing-old-photos-back-to-lifeAvatar von microsoft

    microsoft/Bringing-Old-Photos-Back-to-Life

    15,691Auf GitHub ansehen↗

    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

    Pythongansgenerative-adversarial-networkimage-manipulation
    Auf GitHub ansehen↗15,691
  • janspiry/image-super-resolution-via-iterative-refinementAvatar von Janspiry

    Janspiry/Image-Super-Resolution-via-Iterative-Refinement

    3,920Auf GitHub ansehen↗

    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

    Python
    Auf GitHub ansehen↗3,920
  • zsyoaoa/diffaceAvatar von zsyOAOA

    zsyOAOA/DifFace

    706Auf GitHub ansehen↗

    Zongsheng Yue, Chen Change Loy

    Python
    Auf GitHub ansehen↗706
Alle 30 Alternativen zu DiffBIR anzeigen→