Files
DiffSynth-Studio/docs/source_en/tutorial/Schedulers.md
yrk111222 f6e676cdf9 Add files via upload
再改一次
2024-10-22 09:56:03 +08:00

675 B

Schedulers

Schedulers control the entire denoising (or sampling) process of the model. When loading the Pipeline, DiffSynth automatically selects the most suitable schedulers for the current Pipeline, requiring no additional configuration.

The supported schedulers are:

  • EnhancedDDIMScheduler: Extends the denoising process introduced in the Denoising Diffusion Probabilistic Models (DDPM) with non-Markovian guidance.

  • FlowMatchScheduler: Implements the flow matching sampling method introduced in Stable Diffusion 3.

  • ContinuousODEScheduler: A scheduler based on Ordinary Differential Equations (ODE).