Files
automatic/modules/schedulers
CalamitousFelicitousness cfdce99957 fix ER-SDE flow-matching parameterization using alpha=1
The VP update formula uses lambda=sigma/alpha which blows up to ~1e8
for flow matching (where alpha=1-sigma approaches 0). This makes
r_fn=fn(next)/fn(curr) collapse to ~0, causing the sampler to discard
the previous sample and independently re-predict x0 at each step.

Set alpha=1 and lambda=sigma for flow matching so the VP formula
naturally reduces to the correct form r_f*x + (1-r_f)*x0 with
lambda in [0,1] where the noise function produces meaningful ratios.
2026-04-11 16:31:32 +01:00
..
2025-07-05 17:13:31 -04:00
2026-02-04 13:08:31 +01:00
2026-02-21 09:32:36 +01:00
2025-02-18 18:47:42 -05:00
2026-02-04 13:08:31 +01:00