Unverified Commit efe81620 authored by Sakura-Luna's avatar Sakura-Luna Committed by GitHub
Browse files

Add GPU device

Add GPU option to troubleshoot.
parent 89f9faa6
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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: