flow_matching_imagenet128_gen(pretrained: bool = False, overrides: object = {})Flow Matching generator for ImageNet 128 x 128.
Model Size
Parameters
pretrainedbool= FalseReserved for future weight registration; currently a no-op.
**overridesobject= {}Optional
FlowMatchingConfig field overrides.Returns
FlowMatchingForImageGenerationGenerator configured for ImageNet at 128 x 128.
Notes
Reference: Lipman et al., "Flow Matching for Generative Modeling", ICLR, 2023 (arXiv:2210.02747). Reported: 20.9 FID / 2.90 bits/dim.
Examples
>>> from lucid.models.generative.flow_matching import (
... flow_matching_imagenet128_gen,
... )
>>> flow_matching_imagenet128_gen().flow_matching.config.sample_size
128