AdaRefSR / README.md
hangfrieddays's picture
Create README.md
acf8680 verified
---
license: apache-2.0
base_model: stabilityai/sd-turbo
tags:
- image-super-resolution
- refsr
- diffusion-models
- image-restoration
- pytorch
---
# AdaRefSR: Adaptive Reference-based Image Super-Resolution
Official implementation of **AdaRefSR**, a state-of-the-art Reference-based Image Super-Resolution (RefSR) framework powered by Diffusion Models. AdaRefSR adaptively extracts and fuses high-quality textures from reference images to restore low-quality inputs.
## 🛠️ Installation
Start by cloning the project and navigating into the directory:
```bash
git clone https://github.com/vivoCameraResearch/AdaRefSR.git
cd AdaRefSR
```