update sefi model and add rl variant

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-08-04 12:40:55 +02:00
parent beacd02487
commit 808a25749f
7 changed files with 262 additions and 141 deletions
+2 -2
View File
@@ -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)}')