Janspiry/Image-Super-Resolution-via-Iterative-Refinement
Unofficial implementation of Image Super-Resolution via Iterative Refinement by Pytorch
Implements a diffusion-based architecture using DDPM-style ResNet blocks with attention mechanisms applied to low-resolution features (16×16), encoding timestep information via FiLM conditioning rather than affine transformation. Supports both conditional super-resolution (16×16→128×128, 64×64→512×512) and unconditional face generation, with multi-GPU training, Weights & Biases logging, and checkpoint resumption built in. Includes pretrained models for FFHQ/CelebA-HQ datasets and data preparation utilities for LMDB or PNG formats.
3,910 stars. No commits in the last 6 months.
Stars
3,910
Forks
480
Language
Python
License
Apache-2.0
Category
Last pushed
Nov 04, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/Janspiry/Image-Super-Resolution-via-Iterative-Refinement"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
cswry/SeeSR
[CVPR2024] SeeSR: Towards Semantics-Aware Real-World Image Super-Resolution
JJLibra/SALAD-Pan
🤗 Official implementation for "SALAD-Pan: Sensor-Agnostic Latent Adaptive Diffusion for...
open-mmlab/mmgeneration
MMGeneration is a powerful toolkit for generative models, based on PyTorch and MMCV.
IceClear/StableSR
[IJCV2024] Exploiting Diffusion Prior for Real-World Image Super-Resolution
hanjq17/Spectrum
[CVPR 2026] Adaptive Spectral Feature Forecasting for Diffusion Sampling Acceleration