You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ More precisely, 🤗 Diffusers offers:
29
29
30
30
In order to get started, we recommend taking a look at two notebooks:
31
31
32
-
- The [Getting started with Diffusers](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/diffusers_intro.ipynb) notebook, which showcases an end-to-end example of usage for diffusion models, schedulers and pipelines.
32
+
- The [Getting started with Diffusers](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/diffusers_intro.ipynb)[](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/diffusers_intro.ipynb)notebook, which showcases an end-to-end example of usage for diffusion models, schedulers and pipelines.
33
33
Take a look at this notebook to learn how to use the pipeline abstraction, which takes care of everything (model, scheduler, noise handling) for you, and also to understand each independent building block in the library.
34
-
- The [Training a diffusers model](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb) notebook summarizes diffuser model training methods. This notebook takes a step-by-step approach to training your
34
+
- The [Training a diffusers model](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb)[](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb)notebook summarizes diffuser model training methods. This notebook takes a step-by-step approach to training your
35
35
diffuser model on an image dataset, with explanatory graphics.
36
36
37
37
## **New 🎨🎨🎨** Stable Diffusion is now fully compatible with `diffusers`!
@@ -65,7 +65,7 @@ with autocast("cuda"):
65
65
image.save("astronaut_rides_horse.png")
66
66
```
67
67
68
-
For more details, check out [the Stable Diffusion notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/stable_diffusion.ipynb)
68
+
For more details, check out [the Stable Diffusion notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/stable_diffusion.ipynb)[](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/stable_diffusion.ipynb)
69
69
and have a look into the [release notes](https://github.com/huggingface/diffusers/releases/tag/v0.2.0).
0 commit comments