From 9cddf4f2cd444b8ee074c0bf57c8c0f0d99859e1 Mon Sep 17 00:00:00 2001 From: Alex Luna Date: Thu, 7 Dec 2023 10:19:37 +0000 Subject: [PATCH] fixed typo --- 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 edd3a0ed..172af9ab 100644 --- a/stable_diffusion/README.md +++ b/stable_diffusion/README.md @@ -26,7 +26,7 @@ You can install all of the above with the `requirements.txt` as follows: Usage ------ -Although each component in this repository can be used by itsself, 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` module.