-
-
Notifications
You must be signed in to change notification settings - Fork 109
Schedulers
Alex "mcmonkey" Goodwin edited this page Feb 11, 2023
·
11 revisions
-
Constant
is effectively just disabled scheduling. -
Half Cosine up
is a pretty nice curve,Cosine Up
andLinear 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.
- Note that
- 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 thePower Scheduler Value
controlling how fast it ramps up and for how many steps).
- The
minimum
values apply for all schedulers other thanConstant
-
Power Scheduler Value
is exclusive toPower Up