Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.2.0
metadata
title: ResShift Super-Resolution
emoji: 🖼️
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.0.0
app_file: app.py
pinned: false
license: mit
ResShift Super-Resolution
Super-resolution using ResShift diffusion model. Upload a low-resolution image to get an enhanced, super-resolved version.
Features
- 4x super-resolution using diffusion model
- Works in latent space for efficient processing
- Full diffusion sampling loop (15 steps)
- Real-time inference with Gradio interface
Usage
- Upload a low-resolution image
- Click "Super-Resolve" or wait for automatic processing
- Download the super-resolved output
Model
The model is trained on DIV2K dataset and uses VQGAN for latent space encoding/decoding.
Technical Details
- Architecture: U-Net with Swin Transformer blocks
- Latent Space: 64x64 (encoded from 256x256 pixel space)
- Diffusion Steps: 15 timesteps
- Scale Factor: 4x
Citation
If you use this model, please cite the ResShift paper.