From 7bda3e6994ab5e69a5b6196c0494988f9d5d0ce4 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 17 Nov 2022 13:06:36 +0530 Subject: [PATCH 1/2] Release summary and detailed changelog --- CHANGES.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index eaf13e42..2899cafa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,24 @@ # What's new? -### 2.4 +## 2.4 +### Major Changes +- **Support for custom VAE models**. You can place your VAE files in the `models/vae` folder, and refresh the browser page to use them. More info: https://github.com/cmdr2/stable-diffusion-ui/wiki/VAE-Variational-Auto-Encoder +- **Experimental support for multiple GPUs!** It should work automatically. Just open one browser tab per GPU, and spread your tasks across your GPUs. For e.g. open our UI in two browser tabs if you have two GPUs. You can customize which GPUs it should use in the "Settings" tab, otherwise let it automatically pick the best GPUs. Thanks @madrang +- **Cleaner UI design** - Show settings and help in new tabs, instead of dropdown popups (which were buggy). Thanks @mdiller +- **Progress bar.** Thanks @mdiller +- **Custom Image Modifiers** - You can now save your custom image modifiers! Your saved modifiers can include special characters like `{}, (), [], |` +- Drag and Drop **text files generated from previously saved images**, and copy settings to clipboard. Thanks @madrang +- Paste settings from clipboard. Thanks @JeLuf +- Bug fixes to reduce the chances of tasks crashing during long multi-hour runs (chrome can put long-running background tabs to sleep). Thanks @JeLuf and @madrang +- **Improved documentation.** Thanks @JeLuf and @jsuelwald +- Improved the codebase for dealing with system settings and UI settings. Thanks @mdiller +- Help instructions next to some setttings, and in the tab +- Show system info in the settings tab +- Keyboard shortcut: Ctrl+Enter to start a task +- Configuration to prevent the browser from opening on startup +- Lots of minor bug fixes + +### Detailed changelog * 2.4.7 - 17 Nov 2022 - Fix a bug where Face Correction (GFPGAN) would fail on cuda:N (i.e. GPUs other than cuda:0), as well as fail on CPU if the system had an incompatible GPU. * 2.4.6 - 16 Nov 2022 - Fix a regression in VRAM usage during startup, which caused 'Out of Memory' errors when starting on GPUs with 4gb (or less) VRAM * 2.4.5 - 16 Nov 2022 - Add checkbox for "Open browser on startup". From 7e94ec986efedf795251dd90099a645aed876a14 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 17 Nov 2022 13:07:35 +0530 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2899cafa..d6a07b5b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # What's new? -## 2.4 +## v2.4 ### Major Changes - **Support for custom VAE models**. You can place your VAE files in the `models/vae` folder, and refresh the browser page to use them. More info: https://github.com/cmdr2/stable-diffusion-ui/wiki/VAE-Variational-Auto-Encoder - **Experimental support for multiple GPUs!** It should work automatically. Just open one browser tab per GPU, and spread your tasks across your GPUs. For e.g. open our UI in two browser tabs if you have two GPUs. You can customize which GPUs it should use in the "Settings" tab, otherwise let it automatically pick the best GPUs. Thanks @madrang