Discover and explore top open-source AI tools and projects—updated daily.
JyChen9811Faithful image super-resolution and restoration using diffusion priors
Top 98.7% on SourcePulse
FaithDiff addresses faithful image super-resolution and restoration for applications like classic film rejuvenation, old photo revival, and social media enhancement. Targeting low-level vision researchers, it leverages diffusion priors for high-quality results on degraded imagery.
How It Works
This CVPR 2025 project implements FaithDiff for faithful image super-resolution, integrated within Hugging Face's diffusers. It uses diffusion model priors to reconstruct high-fidelity images. The approach supports FP8 inference and CPU offloading to drastically reduce memory, enabling high-resolution tasks on consumer hardware.
Quick Start & Requirements
python gradio_demo.py.--cpu_offload and --use_fp8 crucial for low-VRAM GPUs (5GB VRAM for 2x upscale with both).conda env create -f environment.yml, then run stage scripts../checkpoints, execute test.py.--use_tile_vae flag.Highlighted Details
diffusers.RealDeg dataset (238 real-world degraded images).Maintenance & Community
diffusers, SUPIR, TLC, SimpleTuner.Licensing & Compatibility
Limitations & Caveats
2 months ago
Inactive
kakaobrain