From f7f3ebc1bec4f3ee2f3ee81ee2bdefcd62e9509d Mon Sep 17 00:00:00 2001 From: Georg Zoeller Date: Tue, 30 Aug 2022 14:17:52 +0800 Subject: [PATCH] typo Signed-off-by: Georg Zoeller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 096755f..28188e4 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Prompts are the inputs used with diffusion models to manipulate their output. Tutorials and high quality edutcational resources. * [Stable Diffusion How To](https://www.assemblyai.com/blog/how-to-run-stable-diffusion-locally-to-generate-images/) - A basic tutorial on how to get Stable Diffusion up and running. -* [Installing on Windows](https://rentry.org/SDInstallation) - A guide to install and run SD on Windows with c +* [Installing on Windows](https://rentry.org/SDInstallation) - A guide to install and run SD on Windows. * [Running on M1 Apple Silicon](https://www.reddit.com/r/StableDiffusion/comments/wx0tkn/stablediffusion_runs_on_m1_chips/) - Reddit thread with instructions on how to run Stable Diffusion on Apple M1 CPU and GPU. See also [this issue](https://github.com/CompVis/stable-diffusion/issues/25) in the offical repository. * ["Ultimate GUI Retard Guide](https://rentry.org/GUItard) - Tutorial for installing the [hlky fork](https://github.com/hlky/stable-diffusion) along with it's [WebUI](https://github.com/hlky/stable-diffusion-webui). * [Building a SD Discord Bot](https://replicate.com/blog/build-a-robot-artist-for-your-discord-server-with-stable-diffusion) - Tutorial on how to build a stable diffusion discord bot using python.