Skip to content

Commit 462a79d

Browse files
authored
[Docs] fixed some typos (#1425)
fixed typos
1 parent 6883294 commit 462a79d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/api/pipelines/alt_diffusion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To use a different scheduler, you can either change it via the [`ConfigMixin.fro
5151
```
5252
5353
54-
- *How to conver all use cases with multiple or single pipeline*
54+
- *How to convert all use cases with multiple or single pipeline*
5555
5656
If you want to use all possible use cases in a single `DiffusionPipeline` we recommend using the `components` functionality to instantiate all components in the most memory-efficient way:
5757

docs/source/api/pipelines/stable_diffusion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To use a different scheduler, you can either change it via the [`ConfigMixin.fro
4848
```
4949
5050
51-
### How to conver all use cases with multiple or single pipeline
51+
### How to convert all use cases with multiple or single pipeline
5252
5353
If you want to use all possible use cases in a single `DiffusionPipeline` you can either:
5454
- Make use of the [Stable Diffusion Mega Pipeline](https://github.com/huggingface/diffusers/tree/main/examples/community#stable-diffusion-mega) or

docs/source/api/pipelines/stable_diffusion_2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For more details about how Stable Diffusion 2 works and how it differs from Stab
2222

2323
## Tips
2424

25-
### Avaiblable checkpoints:
25+
### Available checkpoints:
2626

2727
Note that the architecture is more or less identical to [Stable Diffusion 1](./api/pipelines/stable_diffusion) so please refer to [this page](./api/pipelines/stable_diffusion) for API documentation.
2828

0 commit comments

Comments
 (0)