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

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