Tuning of parameter based on evaluation of extended video corpus on Windows. Adjusting SEEDVR2_CHUNK_GIB_PER_MPX_FRAME from 0.30 to 0.55 to cover all corner cases from extended run.

This commit is contained in:
John Pollock 2026-07-07 11:48:44 -05:00
parent 257c33bda4
commit fd92e58eb6

View File

@ -5,7 +5,7 @@
# max_latent_frames = (free_GiB - RESERVED - K*SIGMA) / (GIB_PER_MPX_FRAME * megapixels)
# RESERVED covers model staging plus fixed CUDA/torch overhead; SIGMA is the measured
# run-to-run spread of the wall; K=4 trades ~10% smaller chunks for ~1e-5 OOM odds.
SEEDVR2_CHUNK_GIB_PER_MPX_FRAME = 0.30
SEEDVR2_CHUNK_GIB_PER_MPX_FRAME = 0.55
SEEDVR2_CHUNK_RESERVED_GIB = 8.5
SEEDVR2_CHUNK_SIGMA_GIB = 0.55
SEEDVR2_CHUNK_SIGMA_K = 4