remove split-attention and add attention slicing option

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-09-28 18:01:31 -04:00
parent 1b45c145e9
commit eb025eaf31
19 changed files with 331 additions and 52 deletions
+2
View File
@@ -102,6 +102,8 @@ def process_pre(p: processing.StableDiffusionProcessing):
modular_pipe = modular.convert_to_modular(shared.sd_model)
if modular_pipe is not None:
shared.sd_model = modular_pipe
from modules import modular_guiders
modular_guiders.set_guider(p)
timer.process.record('pre')