From 274a2697a982c2894a5cb5529176aa176161bf2a Mon Sep 17 00:00:00 2001 From: Albert Islamov Date: Tue, 30 Aug 2022 01:35:10 +0000 Subject: [PATCH 1/5] feat: add CPU-only tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e328a21..aad3c04 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,10 @@ 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 * [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. +* [Easy CPU-only Stable Diffusion](https://rentry.org/cpu_stable_diffusion_guide) - Easy CPU-only stable diffusion without littering too much your GNU/Linux system * ["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. -- [Sunny's Tips & Tricks](https://docs.google.com/document/u/1/d/1K6EqcsRut0InU-8jB0yOvBMGesf5Dndg5FwyuaYLqNc/mobilebasic) - Sunny's SD Tips & Tricks Google Doc with lots of visual comparisons and useful information. - [AI Image Generator Comparison](https://petapixel.com/2022/08/22/ai-image-generators-compared-side-by-side-reveals-stark-differences/) Visual comparison between Dall-e, Stable Diffusion and Midjourney by PetaPixel.com ## Social Media From 6972eab086bb44c85e7c5e8f35cd387ae2bc3887 Mon Sep 17 00:00:00 2001 From: Georg Zoeller Date: Tue, 30 Aug 2022 14:17:05 +0800 Subject: [PATCH 2/5] Added more info on apple silicone Signed-off-by: Georg Zoeller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e328a21..096755f 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ 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 -* [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. +* [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. From f7f3ebc1bec4f3ee2f3ee81ee2bdefcd62e9509d Mon Sep 17 00:00:00 2001 From: Georg Zoeller Date: Tue, 30 Aug 2022 14:17:52 +0800 Subject: [PATCH 3/5] 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. From 4f5a55b7c4d1b183053ab5465a09c5a5a39bd01c Mon Sep 17 00:00:00 2001 From: Albert Islamov Date: Tue, 30 Aug 2022 13:26:51 +0000 Subject: [PATCH 4/5] fix: add removed content --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aad3c04..6b6874f 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Tutorials and high quality edutcational resources. * ["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. +- [Sunny's Tips & Tricks](https://docs.google.com/document/u/1/d/1K6EqcsRut0InU-8jB0yOvBMGesf5Dndg5FwyuaYLqNc/mobilebasic) - Sunny's SD Tips & Tricks Google Doc with lots of visual comparisons and useful information. - [AI Image Generator Comparison](https://petapixel.com/2022/08/22/ai-image-generators-compared-side-by-side-reveals-stark-differences/) Visual comparison between Dall-e, Stable Diffusion and Midjourney by PetaPixel.com ## Social Media From 8de9110fbccaeec8cb252bf01cd30ac7443659b5 Mon Sep 17 00:00:00 2001 From: Georg Zoeller Date: Tue, 30 Aug 2022 22:56:31 +0800 Subject: [PATCH 5/5] Added pharmapsychotic/clip-interrogator Signed-off-by: Georg Zoeller --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b6874f..af901ba 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Prompts are the inputs used with diffusion models to manipulate their output. * [PromptoMania](https://promptomania.com/) - A visual prompt construction tool. * [Lexica.art](https://lexica.art/) - A searchable, visual database of images and the prompts settings used to recreate them. * [ai-art.com/modifiers](https://www.the-ai-art.com/modifiers) - A visual reference guide to keywords. +* [pharmapsychotic/clip-interrogator](https://github.com/pharmapsychotic/clip-interrogator) - Jupiter Notebook for reverse engineering prompts from images. ### Misc/Other * [rom1504/clip-retrieval](https://github.com/rom1504/clip-retrieval) - Reverse searches prompt keywords into the image dataset used by Stable Diffusion and other models. [Online GUI](https://rom1504.github.io/clip-retrieval/) available.