Files
DiffSynth-Studio/docs/source/tutorial/Schedulers.md
Artiprocher 950fb486d6 update docs
2024-10-09 09:53:13 +08:00

12 lines
579 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 调度器
调度器Scheduler控制模型的整个去噪或采样过程。在加载 Pipeline 时DiffSynth 会自动选择最适合当前 Pipeline 的调度器,**无需额外配置**。
我们支持的调度器包括:
- **EnhancedDDIMScheduler**扩展了去噪扩散概率模型DDPM中的去噪过程引入了非马尔可夫指导。
- **FlowMatchScheduler**:实现了 [Stable Diffusion 3](https://arxiv.org/abs/2403.03206) 中提出的流量匹配采样方法。
- **ContinuousODEScheduler**基于常微分方程ODE的调度器。