Updated Install and Run on AMD GPUs (markdown)

missionfloyd 2024-01-05 20:49:20 -07:00
parent 06b72d9708
commit e70d37d40c

@ -2,7 +2,7 @@
Windows+AMD support has **not** officially been made for webui, \ Windows+AMD support has **not** officially been made for webui, \
but you can install lshqqytiger's fork of webui that uses **Direct-ml**. but you can install lshqqytiger's fork of webui that uses **Direct-ml**.
-Training currently doesn't work, yet a variety of features/extensions do, such as LoRAs and controlnet. Report issues at https://github.com/lshqqytiger/stable-diffusion-webui-directml/issues Training currently doesn't work, yet a variety of features/extensions do, such as LoRAs and controlnet. Report issues at https://github.com/lshqqytiger/stable-diffusion-webui-directml/issues
1. Install [Python 3.10.6](https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe) (ticking **Add to PATH**), and [git](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/Git-2.39.2-64-bit.exe) 1. Install [Python 3.10.6](https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe) (ticking **Add to PATH**), and [git](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/Git-2.39.2-64-bit.exe)
2. paste this line in cmd/terminal: `git clone https://github.com/lshqqytiger/stable-diffusion-webui-directml && cd stable-diffusion-webui-directml && git submodule init && git submodule update` \ 2. paste this line in cmd/terminal: `git clone https://github.com/lshqqytiger/stable-diffusion-webui-directml && cd stable-diffusion-webui-directml && git submodule init && git submodule update` \
@ -11,6 +11,7 @@ but you can install lshqqytiger's fork of webui that uses **Direct-ml**.
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.
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`
(The rest **below are installation guides for linux** with rocm.) (The rest **below are installation guides for linux** with rocm.)