Skip to content

Commit 0cdbd90

Browse files
committed
update bug report template to include sysinfo and not include all other fields that are already covered by sysinfo
1 parent d0026da commit 0cdbd90

File tree

1 file changed

+7
-71
lines changed

1 file changed

+7
-71
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
id: steps
2727
attributes:
2828
label: Steps to reproduce the problem
29-
description: Please provide us with precise step by step information on how to reproduce the bug
29+
description: Please provide us with precise step by step instructions on how to reproduce the bug
3030
value: |
3131
1. Go to ....
3232
2. Press ....
@@ -37,64 +37,14 @@ body:
3737
id: what-should
3838
attributes:
3939
label: What should have happened?
40-
description: Tell what you think the normal behavior should be
40+
description: Tell us what you think the normal behavior should be
4141
validations:
4242
required: true
43-
- type: input
44-
id: commit
45-
attributes:
46-
label: Version or Commit where the problem happens
47-
description: "Which webui version or commit are you running ? (Do not write *Latest Version/repo/commit*, as this means nothing and will have changed by the time we read your issue. Rather, copy the **Version: v1.2.3** link at the bottom of the UI, or from the cmd/terminal if you can't launch it.)"
48-
validations:
49-
required: true
50-
- type: dropdown
51-
id: py-version
52-
attributes:
53-
label: What Python version are you running on ?
54-
multiple: false
55-
options:
56-
- Python 3.10.x
57-
- Python 3.11.x (above, no supported yet)
58-
- Python 3.9.x (below, no recommended)
59-
- type: dropdown
60-
id: platforms
61-
attributes:
62-
label: What platforms do you use to access the UI ?
63-
multiple: true
64-
options:
65-
- Windows
66-
- Linux
67-
- MacOS
68-
- iOS
69-
- Android
70-
- Other/Cloud
71-
- type: dropdown
72-
id: device
73-
attributes:
74-
label: What device are you running WebUI on?
75-
multiple: true
76-
options:
77-
- Nvidia GPUs (RTX 20 above)
78-
- Nvidia GPUs (GTX 16 below)
79-
- AMD GPUs (RX 6000 above)
80-
- AMD GPUs (RX 5000 below)
81-
- CPU
82-
- Other GPUs
83-
- type: dropdown
84-
id: cross_attention_opt
43+
- type: textarea
44+
id: sysinfo
8545
attributes:
86-
label: Cross attention optimization
87-
description: What cross attention optimization are you using, Settings -> Optimizations -> Cross attention optimization
88-
multiple: false
89-
options:
90-
- Automatic
91-
- xformers
92-
- sdp-no-mem
93-
- sdp
94-
- Doggettx
95-
- V1
96-
- InvokeAI
97-
- "None "
46+
label: Sysinfo
47+
description: System info file, generated by WebUI. You can generate it in settings, on the Sysinfo page. Drag the file into the field to upload it. If you submit your report without including the sysinfo file, the report will be closed. If needed, review the report to make sure it includes no personal information you don't want to share. If you can't start WebUI, you can use --dump-sysinfo commandline argument to generate the file.
9848
validations:
9949
required: true
10050
- type: dropdown
@@ -108,21 +58,7 @@ body:
10858
- Brave
10959
- Apple Safari
11060
- Microsoft Edge
111-
- type: textarea
112-
id: cmdargs
113-
attributes:
114-
label: Command Line Arguments
115-
description: Are you using any launching parameters/command line arguments (modified webui-user .bat/.sh) ? If yes, please write them below. Write "No" otherwise.
116-
render: Shell
117-
validations:
118-
required: true
119-
- type: textarea
120-
id: extensions
121-
attributes:
122-
label: List of extensions
123-
description: Are you using any extensions other than built-ins? If yes, provide a list, you can copy it at "Extensions" tab. Write "No" otherwise.
124-
validations:
125-
required: true
61+
- Other
12662
- type: textarea
12763
id: logs
12864
attributes:

0 commit comments

Comments
 (0)