svdquant and others stuff

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-04-17 22:14:11 -04:00
parent 1fd746c75e
commit cbef571f90
7 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -502,5 +502,5 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
if not p.disable_extra_networks:
shared.log.info(f'Processed: images={len(output_images)} its={(p.steps * len(output_images)) / (t1 - t0):.2f} time={t1-t0:.2f} timers={timer.process.dct()} memory={memstats.memory_stats()}')
devices.torch_gc(force=True, reason='final')
devices.torch_gc(force=False, reason='final')
return processed