Skip to content

Commit deb7580

Browse files
Mary Hippmaryhipp
Mary Hipp
authored andcommitted
use the max for iterations passed in
1 parent 9311065 commit deb7580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/queue/components/QueueIterationsNumberInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const QueueIterationsNumberInput = memo(() => {
2222
step={config.coarseStep}
2323
fineStep={config.fineStep}
2424
min={1}
25-
max={999}
25+
max={config.numberInputMax}
2626
onChange={handleChange}
2727
value={iterations}
2828
defaultValue={1}

0 commit comments

Comments
 (0)