Fix typo in stable_diffusion README

This commit is contained in:
Nolan 2023-12-13 20:51:39 -08:00 committed by GitHub
parent af2e2b40f9
commit 0ce7618bc9
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
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.
```python