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(" --apg-eta VALUE parallel projected guidance scale for APG (default: 1.0, recommended: between 0 and 1)\n");
234
235
printf(" --apg-momentum VALUE CFG update direction momentum for APG (default: 0, recommended: around -0.5)\n");
235
236
printf(" --apg-nt, --apg-rescale VALUE CFG update direction norm threshold for APG (default: 0 = disabled, recommended: 4-15)\n");
236
-
printf(" --slg-scale SCALE skip layer guidance (SLG) scale, only for DiT models: (default: 0)\n");
237
-
printf(" 0 means disabled, a value of 2.5 is nice for sd3.5 medium\n");
237
+
printf(" --apg-nt-smoothing VALUE EXPERIMENTAL! Norm threshold smoothing for APG (default: 0 = disabled)\n");
238
+
printf(" (replaces saturation with a smooth approximation)\n");
239
+
printf(" --slg-scale SCALE skip layer guidance (SLG) scale, only for DiT models: (default: 0)0 means disabled, a value of 2.5 is nice for sd3.5 medium\n");
238
240
printf(" --eta SCALE eta in DDIM, only for DDIM and TCD: (default: 0)\n");
239
241
printf(" --skip-layers LAYERS Layers to skip for SLG steps: (default: [7,8,9])\n");
0 commit comments