mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Cross attention optimization
Cross attention optimization cross attention optimization
This commit is contained in:
parent
a5e851028e
commit
b617c634a8
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -80,6 +80,23 @@ body:
|
|||||||
- AMD GPUs (RX 5000 below)
|
- AMD GPUs (RX 5000 below)
|
||||||
- CPU
|
- CPU
|
||||||
- Other GPUs
|
- 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
|
- type: dropdown
|
||||||
id: browsers
|
id: browsers
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user