aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw-e-w <40751091+w-e-w@users.noreply.github.com>2023-06-01 16:21:50 +0900
committerw-e-w <40751091+w-e-w@users.noreply.github.com>2023-06-02 14:14:15 +0900
commitb617c634a8c85d1719b27937cc8099c862c93b1b (patch)
tree218b80382d25b58757186047067374eb3783864e
parenta5e851028e23e411c392a66e7c791e388b3e4aba (diff)
Cross attention optimization
Cross attention optimization cross attention optimization
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml17
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 ?