FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[Docs] initial docs about KarrasDiffusionSchedulers (#2349) · feisan/diffusers@51b61b6 · GitHub

Commit 51b61b6

Browse files
andauthored
[Docs] initial docs about KarrasDiffusionSchedulers (huggingface#2349)
* initial docs about KarrasDiffusionSchedulers * typo * grammer * Update docs/source/en/api/schedulers/overview.mdx Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * do not list the schedulers explicitly --------- Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
1 parent 666d80a commit 51b61b6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎docs/source/en/api/schedulers/overview.mdx‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,8 @@ The class [`SchedulerOutput`] contains the outputs from any schedulers `step(...
8383

8484
### KarrasDiffusionSchedulers
8585

86+
`KarrasDiffusionSchedulers` encompasses the main generalization of schedulers in Diffusers. The schedulers in this class are distinguished, at a high level, by their noise sampling strategy; the type of network and scaling; and finally the training strategy or how the loss is weighed.
87+
88+
The different schedulers, depending on the type of ODE solver, fall into the above taxonomy and provide a good abstraction for the design of the main schedulers implemented in Diffusers. The schedulers in this class are given below:
89+
8690
[[autodoc]] schedulers.scheduling_utils.KarrasDiffusionSchedulers

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL