Skip to content

Commit ab7a78e

Browse files
authored
docs: bocken doc links for relative links (#504)
fix: bocken doc links for relative links
1 parent d12e9eb commit ab7a78e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/source/quicktour.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Running the pipeline is then identical to the code above as it's the same model
114114
>>> image.save("image_of_squirrel_painting.png")
115115
```
116116

117-
Diffusion systems can be used with multiple different [schedulers]("api/schedulers") each with their
117+
Diffusion systems can be used with multiple different [schedulers](./api/schedulers) each with their
118118
pros and cons. By default, Stable Diffusion runs with [`PNDMScheduler`], but it's very simple to
119119
use a different scheduler. *E.g.* if you would instead like to use the [`LMSDiscreteScheduler`] scheduler,
120120
you could use it as follows:
@@ -131,15 +131,15 @@ you could use it as follows:
131131

132132
[Stability AI's](https://stability.ai/) Stable Diffusion model is an impressive image generation model
133133
and can do much more than just generating images from text. We have dedicated a whole documentation page,
134-
just for Stable Diffusion [here]("./conceptual/stable_diffusion").
134+
just for Stable Diffusion [here](./conceptual/stable_diffusion).
135135

136136
If you want to know how to optimize Stable Diffusion to run on less memory, higher inference speeds, on specific hardware, such as Mac, or with [ONNX Runtime](https://onnxruntime.ai/), please have a look at our
137137
optimization pages:
138138

139-
- [Optimized PyTorch on GPU]("./optimization/fp16")
140-
- [Mac OS with PyTorch]("./optimization/mps")
141-
- [ONNX]("./optimization/onnx)
142-
- [OpenVINO]("./optimization/open_vino)
139+
- [Optimized PyTorch on GPU](./optimization/fp16)
140+
- [Mac OS with PyTorch](./optimization/mps)
141+
- [ONNX](./optimization/onnx)
142+
- [OpenVINO](./optimization/open_vino)
143143

144144
If you want to fine-tune or train your diffusion model, please have a look at the [**training section**](./training/overview)
145145

0 commit comments

Comments
 (0)