diff options
| author | Sakura-Luna <53183413+Sakura-Luna@users.noreply.github.com> | 2023-05-14 22:17:36 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-14 22:17:36 +0800 | 
| commit | efe81620a09186259731af9d2d28fd87c574da97 (patch) | |
| tree | 6a2a35585055d4a63f6505391f03ca96ab7d1d40 /.github/ISSUE_TEMPLATE/bug_report.yml | |
| parent | 89f9faa63388756314e8a1d96cf86bf5e0663045 (diff) | |
| download | stable-diffusion-webui-gfx803-efe81620a09186259731af9d2d28fd87c574da97.tar.gz | |
Add GPU device
Add GPU option to troubleshoot.
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
| -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..a24e62d4 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 ? | 
