mirror of
https://github.com/vladmandic/automatic
synced 2026-08-30 17:11:00 +02:00
40cf818f72
In flow mode ER-SDE only ran karras/beta/exponential on the VP path and silently dropped them, unlike FlowMatchEuler and DPM FlowMatch which redistribute the shifted flow sigmas. Apply the same transform to the flow sigmas in _setup_flow so the sigma method works in flow mode and the ER-SDE FlowMatch variants gain karras/beta/exponential. Default flow schedule is unchanged.