💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[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 ```