Merge pull request #10379 from AUTOMATIC1111/Sakura-Luna-patch-1

Add GPU device
This commit is contained in:
AUTOMATIC1111 2023-05-14 21:18:55 +03:00 committed by GitHub
commit f6a2a98f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -59,6 +59,18 @@ body:
- iOS
- Android
- Other/Cloud
- type: dropdown
id: device
attributes:
label: What device are you running WebUI on?
multiple: true
options:
- Nvidia GPUs (RTX 20 above)
- Nvidia GPUs (GTX 16 below)
- AMD GPUs (RX 6000 above)
- AMD GPUs (RX 5000 below)
- CPU
- Other GPUs
- type: dropdown
id: browsers
attributes: