From 6c089c0a78edb20258a25d92ec4776e8c5d48c14 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 17 Nov 2022 13:39:29 +0530 Subject: [PATCH] Link to Multi GPU wiki page --- CHANGES.md | 2 +- ui/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d6a07b5b..bd528dd1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,7 @@ ## 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 +- **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 . More info: https://github.com/cmdr2/stable-diffusion-ui/wiki/Run-on-Multiple-GPUs - **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 `{}, (), [], |` diff --git a/ui/index.html b/ui/index.html index a00fb012..43a327ad 100644 --- a/ui/index.html +++ b/ui/index.html @@ -264,6 +264,7 @@
  • UI Overview
  • Writing prompts
  • Inpainting +
  • Run on Multiple GPUs
  • Installation