Anhforth commited on
Commit
d17b96d
1 Parent(s): 02117d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -82,10 +82,14 @@ The following weights are automatically downloaded from [here](https://model.baa
82
  ## 🧨Diffusers Example
83
 
84
  **AltDiffusion** 已被添加到 🧨Diffusers!
 
 
85
  您可以在 [此处](https://huggingface.co/docs/diffusers/main/en/api/pipelines/alt_diffusion) 查看文档页面。
86
 
87
  以下示例将使用fast DPM 调度程序生成图像, 在V100 上耗时大约为 2 秒。
88
 
 
 
89
  You can see the documentation page [here](https://huggingface.co/docs/diffusers/main/en/api/pipelines/alt_diffusion).
90
 
91
  The following example will use the fast DPM scheduler to generate an image in ca. 2 seconds on a V100.
 
82
  ## 🧨Diffusers Example
83
 
84
  **AltDiffusion** 已被添加到 🧨Diffusers!
85
+ 您可以在[此处](https://colab.research.google.com/drive/1tBJGvocO4TBKBI22oKHtqyPDgcjqDSgF#scrollTo=QkNJDy4sVRBu)在Colab上运行示例。
86
+
87
  您可以在 [此处](https://huggingface.co/docs/diffusers/main/en/api/pipelines/alt_diffusion) 查看文档页面。
88
 
89
  以下示例将使用fast DPM 调度程序生成图像, 在V100 上耗时大约为 2 秒。
90
 
91
+ You can run our diffusers example through [here](https://colab.research.google.com/drive/1tBJGvocO4TBKBI22oKHtqyPDgcjqDSgF#scrollTo=QkNJDy4sVRBu) in colab.
92
+
93
  You can see the documentation page [here](https://huggingface.co/docs/diffusers/main/en/api/pipelines/alt_diffusion).
94
 
95
  The following example will use the fast DPM scheduler to generate an image in ca. 2 seconds on a V100.