Skip to content

Commit ac6da66

Browse files
committed
scheduler suggestions
1 parent 06d3e85 commit ac6da66

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

docs/source/en/_toctree.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
title: Batch inference
5757
- local: training/distributed_inference
5858
title: Distributed inference
59-
- local: using-diffusers/callback
60-
title: Pipeline callbacks
61-
- local: using-diffusers/reusing_seeds
62-
title: Reproducible pipelines
63-
- local: using-diffusers/image_quality
64-
title: Controlling image quality
6559

6660
- title: Inference optimization
6761
isExpanded: false

docs/source/en/using-diffusers/schedulers.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,13 @@ Refer to the scheduler API [overview](../api/schedulers/overview) for a list of
269269

270270
## Choosing a scheduler
271271

272-
It's important to try different schedulers to find the best one for your use case. There is typically a tradeoff between denoising speed and quality. To help you get started, refer to the table below.
272+
It's important to try different schedulers to find the best one for your use case. Here are a few recommendations to help you get started.
273273

274-
| Denoising speed | Denoising quality |
275-
|---|---|
276-
| | |
277-
| | |
278-
| | |
274+
- DPM++ 2M SDE Karras is generally a good all-purpose option.
275+
- [`TCDScheduler`] works well for distilled models.
276+
- [`FlowMatchEulerDiscreteScheduler`] and [`FlowMatchHeunDiscreteScheduler`] for FlowMatch models.
277+
- [`EulerDiscreteScheduler`] or [`EulerAncestralDiscreteScheduler`] for generating anime style images.
278+
- DPM++ 2M paired with [`LCMScheduler`] on SDXL for generating realistic images.
279279

280280
## Resources
281281

0 commit comments

Comments
 (0)