DiT-S/2 — the S backbone at patch 2.
Model Size
Parameters
pretrainedbool= FalseAccepted for signature parity with the rest of the zoo. No DiT
checkpoint ships here.
**overridesobject= {}Optional
DiTConfig field overrides.Returns
DiTModelThe denoising network.
Notes
Reference: Peebles and Xie, "Scalable Diffusion Models with Transformers", ICCV, 2023 (arXiv:2212.09748), Table 1 — 12 layers, hidden 384, 6 heads.
Examples
>>> from lucid.models import dit_small_2
>>> config = dit_small_2().config
>>> config.depth, config.hidden_size, config.patch_size
(12, 384, 2)