diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-14 18:18:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 18:18:55 +0000 |
commit | f6a2a98f1a406389da266ecc993da84d2ecef432 (patch) | |
tree | b65a8c5ce4a897e2735717b710a9aececd7ad5c7 /.github | |
parent | d7d378eda1349d05e999c4c0b4564857ac7c49f2 (diff) | |
parent | b023940032b38363801f0613d67226ecddaecee4 (diff) | |
download | stable-diffusion-webui-gfx803-f6a2a98f1a406389da266ecc993da84d2ecef432.tar.gz stable-diffusion-webui-gfx803-f6a2a98f1a406389da266ecc993da84d2ecef432.tar.bz2 stable-diffusion-webui-gfx803-f6a2a98f1a406389da266ecc993da84d2ecef432.zip |
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.yml | 12 |
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 ? |