Updated Install and Run on AMD GPUs (markdown)

missionfloyd 2024-01-05 20:47:33 -07:00
parent 78b1688594
commit 06b72d9708

@ -9,15 +9,9 @@ but you can install lshqqytiger's fork of webui that uses **Direct-ml**.
<sup>(you can move the program folder somewhere else.)</sup> <sup>(you can move the program folder somewhere else.)</sup>
3. Double-click webui-user.bat 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. 4. If it looks like it is stuck when installing or running, press enter in the terminal and it should continue.
<details>
If you have 4-6gb vram, try adding these flags to `webui-user.bat` like so: 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`
- `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.
</details>
(The rest **below are installation guides for linux** with rocm.) (The rest **below are installation guides for linux** with rocm.)