rectified_flow_bedroom(pretrained: bool = False, overrides: object = {})Rectified Flow velocity field for LSUN Bedroom 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). The paper reports high-resolution generation qualitatively; no FID is quoted for this dataset.
Examples
>>> from lucid.models.generative.rectified_flow import rectified_flow_bedroom
>>> rectified_flow_bedroom().config.fir
True