From 06b72d9708e12dde370316966bb8755120dda604 Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Fri, 5 Jan 2024 20:47:33 -0700 Subject: [PATCH] Updated Install and Run on AMD GPUs (markdown) --- Install-and-Run-on-AMD-GPUs.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Install-and-Run-on-AMD-GPUs.md b/Install-and-Run-on-AMD-GPUs.md index 52af49c..bff7043 100644 --- a/Install-and-Run-on-AMD-GPUs.md +++ b/Install-and-Run-on-AMD-GPUs.md @@ -9,15 +9,9 @@ but you can install lshqqytiger's fork of webui that uses **Direct-ml**. (you can move the program folder somewhere else.) 3. Double-click webui-user.bat 4. If it looks like it is stuck when installing or running, press enter in the terminal and it should continue. -
+ If you have 4-6gb vram, try adding these flags to `webui-user.bat` like so: - -- `COMMANDLINE_ARGS=--opt-sub-quad-attention --lowvram --disable-nan-check` - -- You can add --autolaunch to auto open the url for you. - -- Rename your edited **webui-user.bat** file to **webui.settings.bat** to avoid your settings get overwrite after git pull for update. -
+`COMMANDLINE_ARGS=--opt-sub-quad-attention --lowvram --disable-nan-check` (The rest **below are installation guides for linux** with rocm.)