You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf(" --img-cfg-scale SCALE image guidance scale for inpaint or instruct-pix2pix models: (default: same as --cfg-scale)\n");
212
212
printf(" --guidance SCALE distilled guidance scale for models with guidance input (default: 3.5)\n");
213
213
printf(" --apg-eta VALUE parallel projected guidance scale for APG (default: 1.0, recommended: between 0 and 1)\n");
214
-
printf(" --apg-momentum VALUE CFG update direction momentum for APG (default: 0, recommended: around -0.5)\n");
215
-
printf(" --apg-nt, --apg-rescale VALUE CFG update direction norm thresholdfor APG (default: 0 = disabled, recommended: 4-15)\n");
216
-
printf(" --apg-nt-smoothing VALUE EXPERIMENTAL! Norm threshold smoothing for APG (default: 0 = disabled)\n");
214
+
printf(" --apg-momentum VALUE Momentum for guidance adjustments with APG (default: 0, recommended: around -0.5 (negative))\n");
215
+
printf(" --apg-ntVALUE APG norm threshold: Upper bound allowed for the amplitude (L2 norm) of guidance updates (default: 0 = disabled, recommended: 4-15)\n");
216
+
printf(" --apg-nt-smoothing VALUE EXPERIMENTAL! Norm threshold smoothing for APG, smoothly decrease the amplitude of the guidance update if it gets too close to the norm threshold (default: 0 = disabled)\n");
217
217
printf(" (replaces saturation with a smooth approximation)\n");
218
218
printf(" --slg-scale SCALE skip layer guidance (SLG) scale, only for DiT models: (default: 0)\n");
219
219
printf(" 0 means disabled, a value of 2.5 is nice for sd3.5 medium\n");
0 commit comments