You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+7-75
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ body:
26
26
id: steps
27
27
attributes:
28
28
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
30
30
value: |
31
31
1. Go to ....
32
32
2. Press ....
@@ -37,68 +37,14 @@ body:
37
37
id: what-should
38
38
attributes:
39
39
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
41
41
validations:
42
42
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
78
-
- AMD GPUs
79
-
- AMD iGPUs
80
-
- Intel ARC GPUs
81
-
- Intel iGPUs
82
-
- Other Intel GPUs
83
-
- CPU
84
-
- Accelerator
85
-
- Other GPUs
86
-
- Other devices (not GPU, not CPU)
87
-
- type: dropdown
88
-
id: cross_attention_opt
43
+
- type: textarea
44
+
id: sysinfo
89
45
attributes:
90
-
label: Cross attention optimization
91
-
description: What cross attention optimization are you using, Settings -> Optimizations -> Cross attention optimization
92
-
multiple: false
93
-
options:
94
-
- Automatic
95
-
- xformers
96
-
- sdp-no-mem
97
-
- sdp
98
-
- Doggettx
99
-
- V1
100
-
- InvokeAI
101
-
- "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.
102
48
validations:
103
49
required: true
104
50
- type: dropdown
@@ -112,21 +58,7 @@ body:
112
58
- Brave
113
59
- Apple Safari
114
60
- Microsoft Edge
115
-
- type: textarea
116
-
id: cmdargs
117
-
attributes:
118
-
label: Command Line Arguments
119
-
description: Are you using any launching parameters/command line arguments (modified webui-user .bat/.sh) ? If yes, please write them below. Write "No" otherwise.
120
-
render: Shell
121
-
validations:
122
-
required: true
123
-
- type: textarea
124
-
id: extensions
125
-
attributes:
126
-
label: List of extensions
127
-
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.
Copy file name to clipboardexpand all lines: README.md
+10-5
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ A browser interface based on Gradio library for Stable Diffusion.
81
81
- Clip skip
82
82
- Hypernetworks
83
83
- Loras (same as Hypernetworks but more pretty)
84
-
- A sparate UI where you can choose, with preview, which embeddings, hypernetworks or Loras to add to your prompt
84
+
- A separate UI where you can choose, with preview, which embeddings, hypernetworks or Loras to add to your prompt
85
85
- Can select to load a different VAE from settings screen
86
86
- Estimated completion time in progress bar
87
87
- API
@@ -91,7 +91,7 @@ A browser interface based on Gradio library for Stable Diffusion.
91
91
-[Alt-Diffusion](https://arxiv.org/abs/2211.06679) support - see [wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#alt-diffusion) for instructions
92
92
- Now without any bad letters!
93
93
- Load checkpoints in safetensors format
94
-
- Eased resolution restriction: generated image's domension must be a multiple of 8 rather than 64
94
+
- Eased resolution restriction: generated image's dimension must be a multiple of 8 rather than 64
95
95
- Now with a license!
96
96
- Reorder elements in the UI from settings screen
97
97
@@ -101,7 +101,11 @@ A browser interface based on Gradio library for Stable Diffusion.
101
101
102
102
## Installation and Running
103
103
104
-
Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
104
+
Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for:
0 commit comments