aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-05-14 21:18:55 +0300
committerGitHub <noreply@github.com>2023-05-14 21:18:55 +0300
commitf6a2a98f1a406389da266ecc993da84d2ecef432 (patch)
treeb65a8c5ce4a897e2735717b710a9aececd7ad5c7 /.github
parentd7d378eda1349d05e999c4c0b4564857ac7c49f2 (diff)
parentb023940032b38363801f0613d67226ecddaecee4 (diff)
Merge pull request #10379 from AUTOMATIC1111/Sakura-Luna-patch-1
Add GPU device
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 7d435297..e0ca454d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -60,6 +60,18 @@ body:
- 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:
label: What browsers do you use to access the UI ?