Artiprocher commited on
Commit
997f8b9
1 Parent(s): 436b261

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
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` 和 `webui` ,如果您使用 `diffusers`,可以参考以下范例代码:
22
 
23
- This model supports both `diffusers` and `webui`. If you are using `diffusers`, please refer to the following code:
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: 红白玫瑰花,很多花瓣,绽放 |