Skip to content

wzhu121/SMFSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noise-Started One-Step Real-World Super-Resolution via LR-Conditioned SplitMeanFlow and GAN Refinement

Wei Zhu1     Kai Zhang2,*     Yu Zheng1     Lei Luo1     Yong Guo3     Jian Yang1,2,*

1Nanjing University of Science and Technology     2Nanjing University     3Huawei


⏰ Update

  • 2026.3.8: Create this repo.

⭐ If SCMSR is helpful to you, please help star this repo. Thanks!

🌟 Overview Framework

😍 Visual Results

⚙ Dependencies and Installation

## git clone this repository
git clone https://github.com/wzhu121/SMFSR.git
cd SMFSR

# create an environment with python >= 3.10
conda create -n SMFSR python=3.10
conda activate SMFSR
pip install -r requirements.txt 

🍭 Inference with script

Step 1: Download Checkpoints

Step 2: Prepare testing data

You can download RealSR, DrealSR from [SeeSR], and download RealLQ250 from [DreamClear].

Step 3: Running testing command

# test w/o llava, one GPU is enough
bash scripts/test_wollava.sh

# test w/ llava, two GPUs are required
bash scripts/test_wllava.sh

🔥 Training

To be updated.

License

This project is released under the Apache 2.0 license.

Acknowledgement

This project is based on DiT4SR. Thanks for the awesome work!

About

Official implementation of the paper "Noise-Started One-Step Real-World Super-Resolution via LR-Conditioned SplitMeanFlow and GAN Refinement".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors