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-71
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,64 +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 (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
85
45
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.
98
48
validations:
99
49
required: true
100
50
- type: dropdown
@@ -108,21 +58,7 @@ body:
108
58
- Brave
109
59
- Apple Safari
110
60
- 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.
Copy file name to clipboardExpand all lines: README.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ A browser interface based on Gradio library for Stable Diffusion.
78
78
- Clip skip
79
79
- Hypernetworks
80
80
- Loras (same as Hypernetworks but more pretty)
81
-
- A sparate UI where you can choose, with preview, which embeddings, hypernetworks or Loras to add to your prompt
81
+
- A separate UI where you can choose, with preview, which embeddings, hypernetworks or Loras to add to your prompt
82
82
- Can select to load a different VAE from settings screen
83
83
- Estimated completion time in progress bar
84
84
- API
@@ -88,12 +88,15 @@ A browser interface based on Gradio library for Stable Diffusion.
88
88
-[Alt-Diffusion](https://arxiv.org/abs/2211.06679) support - see [wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#alt-diffusion) for instructions
89
89
- Now without any bad letters!
90
90
- Load checkpoints in safetensors format
91
-
- Eased resolution restriction: generated image's domension must be a multiple of 8 rather than 64
91
+
- Eased resolution restriction: generated image's dimension must be a multiple of 8 rather than 64
92
92
- Now with a license!
93
93
- Reorder elements in the UI from settings screen
94
94
95
95
## Installation and Running
96
-
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.
96
+
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