mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 19:05:05 +08:00
Updated Install and Run on AMD GPUs (markdown)
parent
7ba17c27ec
commit
1653ed10ca
@ -87,8 +87,9 @@ Docker" again, skipping the `git clone https://github.com/AUTOMATIC1111/stable-d
|
||||
launch-command below instead:
|
||||
|
||||
```bash
|
||||
# It's possible that you don't need "--precision full", dropping "--no-half" however crashes my drivers
|
||||
TORCH_COMMAND='pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm5.1.1' python launch.py --precision full --no-half
|
||||
```
|
||||
It's possible that you don't need "--precision full", dropping "--no-half" however it may not work for everyone.
|
||||
Certain cards like the Radeon RX 6000 Series and the RX 500 Series have been will function normally without the option `--precision full --no-half`, saving plenty of vram. (noted [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/5468).)
|
||||
|
||||
Always use this new launch-command from now on, also when restarting the web UI in following runs.
|
Loading…
Reference in New Issue
Block a user