rectified_flow_church(pretrained: bool = False, overrides: object = {})Rectified Flow velocity field for LSUN Church 256 x 256.
Model Size
Parameters
pretrainedbool= FalseReserved for future weight registration; currently a no-op.
**overridesobject= {}Optional
RectifiedFlowConfig field overrides.Returns
RectifiedFlowModelVelocity field with filtered resampling and a resolution pyramid.
Notes
Reference: Liu, Gong, and Liu, "Flow Straight and Fast", ICLR, 2023 (arXiv:2209.03003).
Examples
>>> from lucid.models.generative.rectified_flow import rectified_flow_church
>>> rectified_flow_church().config.progressive
'output_skip'