modular pipelines intercepts and profiling

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-08-28 13:31:54 +02:00
parent 37ac1b64c9
commit 68d892e6b2
9 changed files with 183 additions and 100 deletions
+1 -1
View File
@@ -86,12 +86,12 @@ def process_pre(p: processing.StableDiffusionProcessing):
cfgzero.apply(p)
linfusion.apply(shared.sd_model)
cachedit.apply_cache_dit(shared.sd_model)
# apply-only
sd_hijack_freeu.apply_freeu(p)
transformer_cache.set_cache()
para_attention.apply_first_block_cache()
teacache.apply_teacache(p)
except Exception as e:
log.error(f'Processing apply: {e}')
errors.display(e, 'apply')