flow_matching_imagenet64(pretrained: bool = False, overrides: object = {})Flow Matching velocity field for ImageNet 64 x 64.
Model Size
Parameters
pretrainedbool= FalseReserved for future weight registration; currently a no-op.
**overridesobject= {}Optional
FlowMatchingConfig field overrides.Returns
FlowMatchingModelVelocity field configured for ImageNet at 64 x 64.
Notes
Reference: Lipman et al., "Flow Matching for Generative Modeling", ICLR, 2023 (arXiv:2210.02747), Table 1. Reported: 14.45 FID / 3.31 bits per dimension.
Examples
>>> from lucid.models.generative.flow_matching import flow_matching_imagenet64
>>> flow_matching_imagenet64().input_dim
12288