mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-03 19:02:27 +00:00
revert default cross attention optimization to Doggettx
make --disable-opt-split-attention command line option work again
This commit is contained in:
@@ -68,6 +68,8 @@ def apply_optimizations(option=None):
|
||||
|
||||
if selection == "None":
|
||||
matching_optimizer = None
|
||||
elif selection == "Automatic" and shared.cmd_opts.disable_opt_split_attention:
|
||||
matching_optimizer = None
|
||||
elif matching_optimizer is None:
|
||||
matching_optimizer = optimizers[0]
|
||||
|
||||
|
Reference in New Issue
Block a user