Skip to content

Commit 74c7462

Browse files
hlkystevhliu
authored andcommitted
Add Noise Schedule/Schedule Type to Schedulers Overview documentation (#9504)
* Add Noise Schedule/Schedule Type to Schedulers Overview docs * Update docs/source/en/api/schedulers/overview.md Co-authored-by: Steven Liu <[email protected]> --------- Co-authored-by: Steven Liu <[email protected]>
1 parent 078286a commit 74c7462

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/en/api/schedulers/overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ Many schedulers are implemented from the [k-diffusion](https://github.com/crowso
4545
| N/A | [`DEISMultistepScheduler`] | |
4646
| N/A | [`UniPCMultistepScheduler`] | |
4747

48+
## Noise schedules and schedule types
49+
| A1111/k-diffusion | 🤗 Diffusers |
50+
|---------------------|----------------------------------------|
51+
| Karras | init with `use_karras_sigmas=True` |
52+
| sgm_uniform | init with `timestep_spacing="trailing"`|
53+
| simple | init with `timestep_spacing="trailing"`|
54+
4855
All schedulers are built from the base [`SchedulerMixin`] class which implements low level utilities shared by all schedulers.
4956

5057
## SchedulerMixin

0 commit comments

Comments
 (0)