mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
update sefi model and add rl variant
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -423,13 +423,13 @@ def print_stats():
|
||||
if shared.opts.sdnq_dequantize_compile:
|
||||
from modules.timer_sdnq import update_sdnq_attention_timers
|
||||
update_sdnq_attention_timers()
|
||||
if timer.autotune.get_total() > 0.001:
|
||||
if timer.autotune.get_total() > 0.1:
|
||||
log.debug(f'Processed: autotune={timer.autotune.dct(min_time=0)}')
|
||||
|
||||
if devices.triton_ok:
|
||||
from modules.sd_models_compile import update_compile_times
|
||||
update_compile_times()
|
||||
if timer.dynamo.get_total() > 0.001:
|
||||
if timer.dynamo.get_total() > 0.1:
|
||||
log.debug(f'Processed: dynamo={timer.dynamo.dct(min_time=2.0, no_total=True)}')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user