Skip to content

lissettecarlr/Real-ESRGAN-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-ESRGAN-streamlit

基于Real-ESRGAN的web交互图片超分辨率工具。

1 效果


原图
原图
输出图
输出图

2 安装

  • python3.10
conda create -n SR python=3.10
conda activate SR
  • 安装依赖
pip install torch==2.1.1 torchvision==0.16.1  --index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txt
python setup.py develop

3 模型

存放在./weights

4 使用

streamlit run web.py