mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-18 10:58:59 +08:00
Updated Install and Run on AMD GPUs (markdown)
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.)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user