Unverified Commit 51b61b69 authored by Kashif Rasul's avatar Kashif Rasul Committed by GitHub
Browse files

[Docs] initial docs about KarrasDiffusionSchedulers (#2349)



* initial docs about KarrasDiffusionSchedulers

* typo

* grammer

* Update docs/source/en/api/schedulers/overview.mdx
Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>

* do not list the schedulers explicitly

---------
Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
parent 666d80a1
...@@ -83,4 +83,8 @@ The class [`SchedulerOutput`] contains the outputs from any schedulers `step(... ...@@ -83,4 +83,8 @@ The class [`SchedulerOutput`] contains the outputs from any schedulers `step(...
### KarrasDiffusionSchedulers ### KarrasDiffusionSchedulers
`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.
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:
[[autodoc]] schedulers.scheduling_utils.KarrasDiffusionSchedulers [[autodoc]] schedulers.scheduling_utils.KarrasDiffusionSchedulers
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment