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
@@ -263,6 +263,7 @@ paperbanana generate \
263
263
|`--caption`|`-c`| Figure caption / communicative intent (required for new runs) |
264
264
|`--output`|`-o`| Output image path (default: auto-generated in `outputs/`) |
265
265
|`--iterations`|`-n`| Number of Visualizer-Critic refinement rounds (default: 3) |
266
+
|`--num-candidates`|`-k`| Generate N candidate images in parallel, 1-8 (default: 1). Planning runs once; refinement fans out per candidate with seed offsets. Outputs land in `candidates/cand_<i>/`; the run-root `final_output` is candidate 1. Cost estimates and `--budget` account for the fan-out |
266
267
|`--auto`|| Loop until critic is satisfied (with `--max-iterations` safety cap) |
267
268
|`--max-iterations`|| Safety cap for `--auto` mode (default: 30) |
268
269
|`--optimize`|| Preprocess inputs with parallel context enrichment and caption sharpening |
0 commit comments