Skip to content

Commit 63e6377

Browse files
committed
fix typo in help
1 parent db4de53 commit 63e6377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ void print_usage(int argc, const char* argv[]) {
234234
printf(" -p, --prompt [PROMPT] the prompt to render\n");
235235
printf(" -n, --negative-prompt PROMPT the negative prompt (default: \"\")\n");
236236
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");
238238
printf(" --guidance SCALE distilled guidance scale for models with guidance input (default: 3.5)\n");
239239
printf(" --slg-scale SCALE skip layer guidance (SLG) scale, only for DiT models: (default: 0)\n");
240240
printf(" 0 means disabled, a value of 2.5 is nice for sd3.5 medium\n");

0 commit comments

Comments
 (0)