| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 666d80a commit 51b61b6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -83,4 +83,8 @@ The class [`SchedulerOutput`] contains the outputs from any schedulers `step(... | |||
| 83 | 83 | ||
| 84 | 84 | ### KarrasDiffusionSchedulers | |
| 85 | 85 | ||
| 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 | + | ||
| 86 | 90 | [[autodoc]] schedulers.scheduling_utils.KarrasDiffusionSchedulers | |
| Back | FazBrowse Home | New Git URL |
0 commit comments