diffusers / docs /source /en /api /schedulers /cm_stochastic_iterative.md
Aminrabi's picture
End of training
c0af20c
|
raw
history blame
554 Bytes

Consistency Model Multistep Scheduler

Overview

Multistep and onestep scheduler (Algorithm 1) introduced alongside consistency models in the paper Consistency Models by Yang Song, Prafulla Dhariwal, Mark Chen, and Ilya Sutskever. Based on the original consistency models implementation. Should generate good samples from [ConsistencyModelPipeline] in one or a small number of steps.

CMStochasticIterativeScheduler

[[autodoc]] CMStochasticIterativeScheduler