diff options
| author | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-06-01 16:21:50 +0900 | 
|---|---|---|
| committer | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-06-02 14:14:15 +0900 | 
| commit | b617c634a8c85d1719b27937cc8099c862c93b1b (patch) | |
| tree | 218b80382d25b58757186047067374eb3783864e /.github/ISSUE_TEMPLATE/bug_report.yml | |
| parent | a5e851028e23e411c392a66e7c791e388b3e4aba (diff) | |
| download | stable-diffusion-webui-gfx803-b617c634a8c85d1719b27937cc8099c862c93b1b.tar.gz | |
Cross attention optimization
Cross attention optimization
cross attention optimization
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
| -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 ? | 
