AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
[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 ```