Skip to content

Commit

Permalink
[Docs] fixed some typos (open-mmlab#1425)
Browse files Browse the repository at this point in the history
fixed typos
  • Loading branch information
kashif authored Nov 25, 2022
1 parent 6883294 commit 462a79d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/api/pipelines/alt_diffusion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To use a different scheduler, you can either change it via the [`ConfigMixin.fro
```
- *How to conver all use cases with multiple or single pipeline*
- *How to convert all use cases with multiple or single pipeline*
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:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/pipelines/stable_diffusion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To use a different scheduler, you can either change it via the [`ConfigMixin.fro
```
### How to conver all use cases with multiple or single pipeline
### How to convert all use cases with multiple or single pipeline
If you want to use all possible use cases in a single `DiffusionPipeline` you can either:
- Make use of the [Stable Diffusion Mega Pipeline](https://github.com/huggingface/diffusers/tree/main/examples/community#stable-diffusion-mega) or
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/pipelines/stable_diffusion_2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For more details about how Stable Diffusion 2 works and how it differs from Stab

## Tips

### Avaiblable checkpoints:
### Available checkpoints:

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.

Expand Down

0 comments on commit 462a79d

Please sign in to comment.