diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-06-03 06:25:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-03 06:25:21 +0000 |
commit | 9d953c0e039cce2c9d8318de9b79a09e243d3e45 (patch) | |
tree | 738dba6b6fe811ce5ddb47828f0ce7d223d02186 | |
parent | e0d8ce3d2b19cc99180dd58a822292383a716d27 (diff) | |
parent | b617c634a8c85d1719b27937cc8099c862c93b1b (diff) | |
download | stable-diffusion-webui-gfx803-9d953c0e039cce2c9d8318de9b79a09e243d3e45.tar.gz stable-diffusion-webui-gfx803-9d953c0e039cce2c9d8318de9b79a09e243d3e45.tar.bz2 stable-diffusion-webui-gfx803-9d953c0e039cce2c9d8318de9b79a09e243d3e45.zip |
Merge pull request #10917 from AUTOMATIC1111/bug_template_cross_attention_optimization
Bug template cross attention optimization
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9cc16d01..d80b24e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -81,6 +81,23 @@ body: - CPU - Other GPUs - type: dropdown + id: cross_attention_opt + attributes: + label: Cross attention optimization + description: What cross attention optimization are you using, Settings -> Optimizations -> Cross attention optimization + multiple: false + options: + - Automatic + - xformers + - sdp-no-mem + - sdp + - Doggettx + - V1 + - InvokeAI + - "None " + validations: + required: true + - type: dropdown id: browsers attributes: label: What browsers do you use to access the UI ? |