From 554e67cb06db8e5476b8e7a7539b8a50b7550743 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Tue, 16 Aug 2022 19:12:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5257e8a305..dec281a758 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ with autocast("cuda"): image.save("astronaut_rides_horse.png") ``` -For more details, check out [this notebook](https://github.com/huggingface/notebooks/blob/main/diffusers/stable_diffusion.ipynb) +For more details, check out [the Stable Diffusion notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/stable_diffusion.ipynb) and have a look into the [release notes](https://github.com/huggingface/diffusers/releases/tag/v0.2.0). ## Examples