Skip to content

Commit b20ccb6

Browse files
committed
fix typo in help
1 parent 37d5e27 commit b20ccb6

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
@@ -214,7 +214,7 @@ void print_usage(int argc, const char* argv[]) {
214214
printf(" -p, --prompt [PROMPT] the prompt to render\n");
215215
printf(" -n, --negative-prompt PROMPT the negative prompt (default: \"\")\n");
216216
printf(" --cfg-scale SCALE unconditional guidance scale: (default: 7.0)\n");
217-
printf(" --img_cfg-scale SCALE image guidance scale for inpaint or instruct-pix2pix models: (default: same as --cfg-scale)\n");
217+
printf(" --img-cfg-scale SCALE image guidance scale for inpaint or instruct-pix2pix models: (default: same as --cfg-scale)\n");
218218
printf(" --guidance SCALE distilled guidance scale for models with guidance input (default: 3.5)\n");
219219
printf(" --slg-scale SCALE skip layer guidance (SLG) scale, only for DiT models: (default: 0)\n");
220220
printf(" 0 means disabled, a value of 2.5 is nice for sd3.5 medium\n");

0 commit comments

Comments
 (0)