mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 06:18:03 -05:00
use the max for iterations passed in
This commit is contained in:
committed by
Mary Hipp Rogers
parent
93110654da
commit
deb75805d4
@@ -22,7 +22,7 @@ export const QueueIterationsNumberInput = memo(() => {
|
||||
step={config.coarseStep}
|
||||
fineStep={config.fineStep}
|
||||
min={1}
|
||||
max={999}
|
||||
max={config.numberInputMax}
|
||||
onChange={handleChange}
|
||||
value={iterations}
|
||||
defaultValue={1}
|
||||
|
||||
Reference in New Issue
Block a user