mirror of
https://github.com/vladmandic/automatic
synced 2026-08-31 09:31:00 +02:00
update logging
This commit is contained in:
@@ -395,6 +395,7 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
|
||||
|
||||
t1 = time.time()
|
||||
shared.log.info(f'Processed: images={len(output_images)} time={t1 - t0:.2f} its={(p.steps * len(output_images)) / (t1 - t0):.2f} memory={memstats.memory_stats()}')
|
||||
from modules import timer
|
||||
|
||||
p.color_corrections = None
|
||||
index_of_first_image = 0
|
||||
|
||||
Reference in New Issue
Block a user