σt=0 yields deterministic DDIM (Euler discretization of the probability-flow ODE), enabling latent-space interpolation and image reconstruction;
σt>0 gives stochastic sampling (DDPM as a special case).
2.
High-order ODE solvers: DPM-Solver / DPM++ use 2nd/3rd-order exponential integrators on the probability-flow ODE, reaching near-1000-step quality in 10–25 steps.
3.
Distillation: Progressive Distillation halves the step count per training round; Latent Consistency Model (LCM) applies consistency models to the latent space, learning to map any noisy sample to the start of the solution trajectory in 4 steps (even 1–2); LCM-LoRA works as a plug-in without retraining; SDXL-Turbo/Lightning use adversarial distillation for 1-step generation.