Commit 11222759 authored by lijian6's avatar lijian6
Browse files

Modify README.md


Signed-off-by: lijian6's avatarlijian <lijian6@sugon.com>
parent f8a59619
...@@ -41,21 +41,27 @@ conda create -n sd1.5 python=3.10 ...@@ -41,21 +41,27 @@ conda create -n sd1.5 python=3.10
Tips:以上dtk驱动、python等工具版本需要严格一一对应。 Tips:以上dtk驱动、python等工具版本需要严格一一对应。
### 下载Stable Diffusion模型
### 下载Stable Diffusion模型
```
模型快速下载中心:[AIModels](http://113.200.138.88:18080/aimodels), 本项目模型链接:[stable-diffusion-v1-5](http://113.200.138.88:18080/aimodels/stable-diffusion-v1-5) 模型快速下载中心:[AIModels](http://113.200.138.88:18080/aimodels), 本项目模型链接:[stable-diffusion-v1-5](http://113.200.138.88:18080/aimodels/stable-diffusion-v1-5)
```
## 数据集 ## 数据集
## 推理 ## 推理
### 安装diffusers : ### 安装diffusers :
```
pip install diffusers -i https://pypi.tuna.tsinghua.edu.cn/simple pip install diffusers -i https://pypi.tuna.tsinghua.edu.cn/simple
```
### 行Diffusers示例: ### 行Diffusers示例:
```
python Diffusers.py python Diffusers.py
```
## result ## result
![img](./doc/result.png) ![img](./doc/result.png)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment