score_sde_subvp_gen(pretrained: bool = False, overrides: object = {})The sub-VP model with its objective and the three samplers.
Model Size
Parameters
pretrainedbool= FalseNo weights are published for this family; passing
True raises.**overridesobject= {}Optional
ScoreSDEConfig field overrides.Returns
ScoreSDEForImageGenerationTrainable and samplable.
Notes
Reference: Song et al., ICLR 2021 (arXiv:2011.13456).
Examples
>>> from lucid.models import score_sde_subvp_gen
>>> model = score_sde_subvp_gen().eval()
>>> model.config.sde_type
'subvp'