From 0ce7618bc91f134cc209f12da5997e9298592d47 Mon Sep 17 00:00:00 2001 From: Nolan Date: Wed, 13 Dec 2023 20:51:39 -0800 Subject: [PATCH] Fix typo in stable_diffusion README --- stable_diffusion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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