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 @@ -214,7 +214,7 @@ void print_usage(int argc, const char* argv[]) {
214
214
printf (" -p, --prompt [PROMPT] the prompt to render\n " );
215
215
printf (" -n, --negative-prompt PROMPT the negative prompt (default: \"\" )\n " );
216
216
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 " );
218
218
printf (" --guidance SCALE distilled guidance scale for models with guidance input (default: 3.5)\n " );
219
219
printf (" --slg-scale SCALE skip layer guidance (SLG) scale, only for DiT models: (default: 0)\n " );
220
220
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