Commit 889d31a
Miriad
fix: completion divisor matches orientation multiplier
completedPrompts was always dividing by 2 (assuming both orientations).
In vertical-only mode (enableHorizontalInfographics=false), this caused
the batch loop to never reach completion — generating 2x the intended
images. Now reads the config to use divisor=1 for vertical-only.1 parent b6c94c5 commit 889d31a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
318 | 321 | | |
319 | 322 | | |
320 | 323 | | |
| |||
0 commit comments