File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ void print_usage(int argc, const char* argv[]) {
234
234
printf (" -p, --prompt [PROMPT] the prompt to render\n " );
235
235
printf (" -n, --negative-prompt PROMPT the negative prompt (default: \"\" )\n " );
236
236
printf (" --cfg-scale SCALE unconditional guidance scale: (default: 7.0)\n " );
237
- printf (" --img_cfg -scale SCALE image guidance scale for inpaint or instruct-pix2pix models: (default: same as --cfg-scale)\n " );
237
+ printf (" --img-cfg -scale SCALE image guidance scale for inpaint or instruct-pix2pix models: (default: same as --cfg-scale)\n " );
238
238
printf (" --guidance SCALE distilled guidance scale for models with guidance input (default: 3.5)\n " );
239
239
printf (" --slg-scale SCALE skip layer guidance (SLG) scale, only for DiT models: (default: 0)\n " );
240
240
printf (" 0 means disabled, a value of 2.5 is nice for sd3.5 medium\n " );
You can’t perform that action at this time.
0 commit comments