You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,6 +311,7 @@ arguments:
311
311
Optionally, you can specify an integer identifier N (default = 1) after a comma to set the index of reference image.
312
312
Reference indices are only supported by some fine-tunes of Flux Kontext with proper multi-reference support.
313
313
Reference images with the same index will be stitched together and seen as one image.
314
+
--increase-ref-index Automatically increase the indices of references images based on the order they are listed (starting with 1). Will overwrite any manually set indices
314
315
-o, --output OUTPUT path to write result image to (default: ./output.png)
315
316
-p, --prompt [PROMPT] the prompt to render
316
317
-n, --negative-prompt PROMPT the negative prompt (default: "")
" Optionally, you can specify an integer identifier N (default = 1) after a comma to set the index of reference image.\n"
209
210
" Reference indices are only supported by some fine-tunes of Flux Kontext with proper multi-reference support.\n"
210
211
" Reference images with the same index will be stitched together and seen as one image.\n");
212
+
printf(" --increase-ref-index Automatically increase the indices of references images based on the order they are listed (starting with 1). Will overwrite any manually set indices\n");
211
213
printf(" -o, --output OUTPUT path to write result image to (default: ./output.png)\n");
212
214
printf(" -p, --prompt [PROMPT] the prompt to render\n");
213
215
printf(" -n, --negative-prompt PROMPT the negative prompt (default: \"\")\n");
0 commit comments