docs/source/en/api/schedulers/discrete_ddim.md
The DiscreteDDIMScheduler samples each canvas position from the exact discrete posterior of the uniform corruption
process (D3PM), following Structured Denoising Diffusion Models in Discrete State-Spaces.
It is parameter free, and the final step deterministically commits the predicted tokens. An optional predictor-corrector
mode adds the leave-one-out Gibbs sweeps of Uniform Diffusion Models Revisited: Leave-One-Out Denoiser and Absorbing State Reformulation
through corrector_steps.
This scheduler is used by [DiffusionGemmaPipeline].
[[autodoc]] DiscreteDDIMScheduler
[[autodoc]] schedulers.scheduling_discrete_ddim.DiscreteDDIMSchedulerOutput