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.)