From fd2c5ae96fc038f7a29f6639086ac28acc630799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Sarrailh?= Date: Sun, 28 May 2023 11:08:56 +0200 Subject: [PATCH] Typo on Troubleshooting (modern GPU) --- Install-and-Run-on-NVidia-GPUs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-and-Run-on-NVidia-GPUs.md b/Install-and-Run-on-NVidia-GPUs.md index 4c8c380..ce1e85b 100644 --- a/Install-and-Run-on-NVidia-GPUs.md +++ b/Install-and-Run-on-NVidia-GPUs.md @@ -14,7 +14,7 @@ set COMMANDLINE_ARGS=--autolaunch --update-check > Each individual argument need to separated by a space, the above example well configure web UI to auto launch the browser page after it completes loading, and also chack for new version of web UI at launch. ### Troubleshooting -The default configuration of web UI should run on most modon GPU, but in some cases you may need some extra arguments to allow it to work properly. +The default configuration of web UI should run on most modern GPU, but in some cases you may need some extra arguments to allow it to work properly. 1. For GPU with less ammounts of VRAM, you may need `--medvram` or `--lowvram`, these optimizations reduces VRAM requirements but sacrifice performance. If you do not have enough VRAM, web UI may refuse to launch or fail to generate images due to an out-of-memory error. The amount of VRAM required largely depends the desired image resolution, for more details see [Troubleshooting](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Troubleshooting). > the [Tiled VAE](https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111) extension can help to reduce the VRAM requirement.