mean_flow_base_2_gen(pretrained: bool = False, overrides: object = {})mean_flow_base_2 posed as a sampler.
Model Size
Parameters
pretrainedbool= FalseAccepted for signature parity with the rest of the zoo. No
MeanFlow checkpoint ships — the paper releases none, and a
True here would have nothing to load.**overridesobject= {}Optional
MeanFlowConfig field overrides.Returns
MeanFlowForImageGenerationExposes the training objective and generate.
Notes
Reference: Geng et al., arXiv:2505.13447, 2025.
Examples
>>> from lucid.models import mean_flow_base_2_gen
>>> model = mean_flow_base_2_gen()