Commit ddabeb0a authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 3a69f5a6
...@@ -35,24 +35,24 @@ conda create -n sd1.5 python=3.10 ...@@ -35,24 +35,24 @@ conda create -n sd1.5 python=3.10
``` ```
2. 关于本项目DCU显卡所需的工具包、深度学习库等均可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。 2. 关于本项目DCU显卡所需的工具包、深度学习库等均可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。
- [DTK 24.04](https://cancon.hpccube.com:65024/1/main/DTK-24.04.1) - [DTK 24.04.1](https://cancon.hpccube.com:65024/1/main/DTK-24.04.1)
- [Pytorch 2.1.0](https://cancon.hpccube.com:65024/4/main/pytorch/DAS1.1) - [Pytorch 2.1.0](https://cancon.hpccube.com:65024/4/main/pytorch/DAS1.1)
Tips:以上dtk驱动、python等工具版本需要严格一一对应。 Tips:以上dtk驱动、python等工具版本需要严格一一对应。
### 下载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)
```
## 数据集 ## 数据集
## 推理 ## 推理
### 下载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)
```
### 安装diffusers : ### 安装diffusers :
``` ```
pip install diffusers -i https://pypi.tuna.tsinghua.edu.cn/simple pip install diffusers -i https://pypi.tuna.tsinghua.edu.cn/simple
...@@ -66,7 +66,7 @@ python Diffusers.py ...@@ -66,7 +66,7 @@ python Diffusers.py
## result ## result
![img](./doc/result.png) ![img](./doc/result.png)
## 精度 ### 精度
## 应用场景 ## 应用场景
...@@ -79,5 +79,5 @@ python Diffusers.py ...@@ -79,5 +79,5 @@ python Diffusers.py
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
http://developer.hpccube.com/codes/modelzoo/stablediffussion.git http://developer.hpccube.com/codes/modelzoo/stablediffussion.git
## 参考 ## 参考资料
https://github.com/CompVis/stable-diffusion https://github.com/CompVis/stable-diffusion
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