Fix typo in stable_diffusion README

This commit is contained in:
Nolan 2023-12-13 20:51:39 -08:00 committed by GitHub
parent f6e24ea7aa
commit d526c19680

View File

@ -27,7 +27,7 @@ Usage
------ ------
Although each component in this repository can be used by itself, the fastest Although each component in this repository can be used by itself, the fastest
way to get started is by using the `StableDiffusion` class from the `diffusion` way to get started is by using the `StableDiffusion` class from the `stable_diffusion`
module. module.
```python ```python