Skip to content

Schedulers

Alex "mcmonkey" Goodwin edited this page Feb 11, 2023 · 11 revisions

Scale Scheduler Modes

The Schedulers

  • Constant is effectively just disabled scheduling.
  • Half Cosine up is a pretty nice curve, Cosine Up and Linear Up work too, a bit more situationally.
    • Note that Half as the name implies only maxes out at half the specified scale value. All others go the exact scale value for the final step.
  • The Down schedulers are unlikely to be particularly useful in most cases.
  • Power Up scheduler is very useful for refining small details, in combination with a very high CFG scale and a reasonable CFG minimum (it essentially runs at the minimum for most steps, then ramps up fast to the max for the last few steps, with the Power Scheduler Value controlling how fast it ramps up and for how many steps).

Extra Options

  • The minimum values apply for all schedulers other than Constant
  • Power Scheduler Value is exclusive to Power Up

Graph

image

Clone this wiki locally