🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[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:8883 ```