mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 12:22:26 -08:00
Detect CMP cards (#16853)
Co-authored-by: Serhio <22981979+carbofos@users.noreply.github.com>
This commit is contained in:
parent
32595360f2
commit
afbd3da2fa
1 changed files with 1 additions and 1 deletions
2
webui.sh
2
webui.sh
|
|
@ -127,7 +127,7 @@ then
|
|||
fi
|
||||
|
||||
# Check prerequisites
|
||||
gpu_info=$(lspci 2>/dev/null | grep -E "VGA|Display")
|
||||
gpu_info=$(lspci 2>/dev/null | grep -E "VGA|Display|CMP")
|
||||
case "$gpu_info" in
|
||||
*"Navi 1"*)
|
||||
export HSA_OVERRIDE_GFX_VERSION=10.3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue