flux_2_timestep_preparation
¶
Flux2-specific timestep preparation.
Classes¶
fastvideo.pipelines.basic.flux_2.flux_2_timestep_preparation.Flux2TimestepPreparationStage
¶
Bases: TimestepPreparationStage
Flux2 timestep preparation matching the Diffusers Flux2 schedule.
Source code in fastvideo/pipelines/stages/timestep_preparation.py
Functions:¶
fastvideo.pipelines.basic.flux_2.flux_2_timestep_preparation.compute_empirical_mu
¶
Resolution-dependent mu for Flux2 flow-match scheduler. From Black Forest Labs flux2 official repo: sampling.compute_empirical_mu.