Commit
·
7210b25
1
Parent(s):
e310321
Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ We release a Chinese diffusion model, which is able to generate high-quality art
|
|
18 |
|
19 |
## 使用 Usage
|
20 |
|
21 |
-
本模型支持 `diffusers
|
22 |
|
23 |
-
This model supports
|
24 |
|
25 |
```python
|
26 |
from diffusers import StableDiffusionPipeline
|
@@ -34,10 +34,6 @@ image = pipe(prompt).images[0]
|
|
34 |
image.save("result.png")
|
35 |
```
|
36 |
|
37 |
-
如果您使用 `webui`,请下载“Files and versions”页面下的 `model.ckpt`.
|
38 |
-
|
39 |
-
If you are using `webui`, please download the file named `model.ckpt`.
|
40 |
-
|
41 |
## 作品展示 Gallery
|
42 |
|
43 |
| prompt: 火车,雪地,隧道,昏暗灯光,恐怖片 | prompt: 海底世界,各种鱼类,海草 |
|
|
|
18 |
|
19 |
## 使用 Usage
|
20 |
|
21 |
+
本模型支持 `diffusers`,可以参考以下范例代码:
|
22 |
|
23 |
+
This model supports `diffusers`. Please refer to the following code:
|
24 |
|
25 |
```python
|
26 |
from diffusers import StableDiffusionPipeline
|
|
|
34 |
image.save("result.png")
|
35 |
```
|
36 |
|
|
|
|
|
|
|
|
|
37 |
## 作品展示 Gallery
|
38 |
|
39 |
| prompt: 火车,雪地,隧道,昏暗灯光,恐怖片 | prompt: 海底世界,各种鱼类,海草 |
|