diff --git a/stable_diffusion/README.md b/stable_diffusion/README.md index 400a50f7..5e44cb1a 100644 --- a/stable_diffusion/README.md +++ b/stable_diffusion/README.md @@ -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