Files
automatic/modules/video_models
CalamitousFelicitousness 121b357ba0 fix(video): normalize pixel range to [0,1] before RIFE
video_save passes [-1,1]-range pixels to rife.interpolate_nchw, but
RIFE v4.25's IFNet explicitly clamps inputs to [0,1] (Head and IFNet
forward pass), turning every negative pixel value into zero. v3.9
silently extrapolated and produced soft artifacts; v4.25 produces
washout. Convert to [0,1] before the RIFE call and back to [-1,1] for
downstream save.
2026-04-25 21:14:36 +01:00
..
2026-02-27 10:53:22 +01:00
2026-02-19 11:09:13 +01:00
2025-10-05 20:17:32 -04:00
2026-02-19 11:09:13 +01:00
2026-02-19 11:09:13 +01:00