mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-01 12:25:06 +08:00
Export TORCH_COMMAND for AMD from the webui
This commit is contained in:
parent
6296129353
commit
6192a222bf
1
webui.sh
1
webui.sh
@ -168,6 +168,7 @@ else
|
||||
gpu_info=$(lspci | grep VGA)
|
||||
if echo "$gpu_info" | grep -q "AMD"
|
||||
then
|
||||
export TORCH_COMMAND="pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm5.2"
|
||||
HSA_OVERRIDE_GFX_VERSION=10.3.0 exec "${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
|
||||
else
|
||||
exec "${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user