Merge pull request #98 from finnless/patch-1

Fix typo in stable_diffusion README
This commit is contained in:
Awni Hannun 2023-12-14 07:13:19 -08:00 committed by GitHub
commit b11997122d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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