NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
[TOC] > [github](https://github.com/XPixelGroup/DiffBIR) ## 概述 安装 ``` git clone https://github.com/XPixelGroup/DiffBIR.git cd DiffBIR conda create -n diffbir python=3.9 conda activate diffbir pip install -r requirements.txt ``` 如果下载慢,则可开启代理 ``` set all_proxy=http://127.0.0.1:1080 ```