You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/en/using-diffusers/schedulers.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,13 +269,13 @@ Refer to the scheduler API [overview](../api/schedulers/overview) for a list of
269
269
270
270
## Choosing a scheduler
271
271
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.
273
273
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.
0 commit comments