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
+4
View File
@@ -440,6 +440,10 @@ def print_stats():
if dynamo_dct:
log.debug(f'Processed: dynamo={dynamo_dct}')
if timer.blocks.get_total() > 0.1:
log.debug(f'Processed: blocks={timer.blocks.dct(min_time=0.1, no_total=True)}')
timer.blocks.reset()
def process_images_inner(p: StableDiffusionProcessing) -> Processed:
t0 = time.time()