From 2cecb11847c97f67c37219d75eb50bb16188e24c Mon Sep 17 00:00:00 2001
From: cmdr2
Date: Sat, 24 Sep 2022 19:54:30 +0530
Subject: [PATCH 1/4] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 409be427..008ede43 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ This distribution currently uses Stable Diffusion 1.4. Once the model for 1.5 be
# System Requirements
1. Windows 10/11, or Linux. Experimental support for Mac is coming soon.
-2. An NVIDIA graphics card, preferably with 6GB or more of VRAM. But if you don't have a compatible graphics card, you can still use it with a "Use CPU" setting. It'll be very slow, but it should still work.
+2. An NVIDIA graphics card, preferably with 4GB or more of VRAM. But if you don't have a compatible graphics card, you can still use it with a "Use CPU" setting. It'll be very slow, but it should still work.
You do not need anything else. You do not need WSL, Docker or Conda. The installer will take care of it.
From 65b2da4db5f4c469a52ceb6417d8911389b328d1 Mon Sep 17 00:00:00 2001
From: cmdr2
Date: Sat, 24 Sep 2022 19:55:06 +0530
Subject: [PATCH 2/4] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 008ede43..feeadfbe 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ This distribution currently uses Stable Diffusion 1.4. Once the model for 1.5 be
- **Lots of Samplers:** ddim, plms, heun, euler, euler_a, dpm2, dpm2_a, lms
- **Image Modifiers**: A library of *modifier tags* like *"Realistic"*, *"Pencil Sketch"*, *"ArtStation"* etc. Experiment with various styles quickly.
- **New UI**: with cleaner design
-- **Waifu Model Supported**: Just replace the `stable-diffusion\sd-v1-4.ckpt` file after installation with the Waifu model
+- **Waifu Model Support**: Just replace the `stable-diffusion\sd-v1-4.ckpt` file after installation with the Waifu model
- Supports "*Text to Image*" and "*Image to Image*"
- **NSFW Setting**: A setting in the UI to control *NSFW content*
- **Use CPU setting**: If you don't have a compatible graphics card, but still want to run it on your CPU.
From 37cf9eb587db23a7bd3aabfa4e9b70642eecacb0 Mon Sep 17 00:00:00 2001
From: cmdr2
Date: Sat, 24 Sep 2022 20:01:39 +0530
Subject: [PATCH 3/4] Discord live badge
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index feeadfbe..cf88a8e5 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-[![Discord Server](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.com/invite/u9yhsFmEkB) (for support, and development discussion) | [Troubleshooting guide for common problems](Troubleshooting.md)
+[![Discord Server](https://img.shields.io/discord/1014774730907209781?label=Discord)](https://discord.com/invite/u9yhsFmEkB) (for support, and development discussion) | [Troubleshooting guide for common problems](Troubleshooting.md)
️🔥🎉 **New!** Live Preview, More Samplers, In-Painting, Face Correction (GFPGAN) and Upscaling (RealESRGAN) have been added!
From 688659b81568a7f0bb2654b2aaad458fb5c35c2a Mon Sep 17 00:00:00 2001
From: cmdr2
Date: Sat, 24 Sep 2022 22:29:31 +0530
Subject: [PATCH 4/4] Hotfix for batched-up chunked responses
---
ui/index.html | 2 +-
ui/media/main.js | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/ui/index.html b/ui/index.html
index c1617e0b..e720a335 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -210,7 +210,7 @@