@@ -206,7 +206,7 @@ void print_usage(int argc, const char* argv[]) {
206
206
printf (" --diffusion-model path to the standalone diffusion model\n " );
207
207
printf (" --clip_l path to the clip-l text encoder\n " );
208
208
printf (" --clip_g path to the clip-g text encoder\n " );
209
- printf (" --t5xxl path to the the t5xxl text encoder\n " );
209
+ printf (" --t5xxl path to the t5xxl text encoder\n " );
210
210
printf (" --vae [VAE] path to vae\n " );
211
211
printf (" --taesd [TAESD_PATH] path to taesd. Using Tiny AutoEncoder for fast decoding (low quality)\n " );
212
212
printf (" --control-net [CONTROL_PATH] path to control net model\n " );
@@ -222,7 +222,7 @@ void print_usage(int argc, const char* argv[]) {
222
222
printf (" -i, --init-img [IMAGE] path to the input image, required by img2img\n " );
223
223
printf (" --mask [MASK] path to the mask image, required by img2img with mask\n " );
224
224
printf (" --control-image [IMAGE] path to image condition, control net\n " );
225
- printf (" -r, --ref_image [PATH] reference image for Flux Kontext models (can be used multiple times) \n " );
225
+ printf (" -r, --ref-image [PATH] reference image for Flux Kontext models (can be used multiple times) \n " );
226
226
printf (" -o, --output OUTPUT path to write result image to (default: ./output.png)\n " );
227
227
printf (" -p, --prompt [PROMPT] the prompt to render\n " );
228
228
printf (" -n, --negative-prompt PROMPT the negative prompt (default: \"\" )\n " );
0 commit comments