Skip to content

Commit 871b928

Browse files
fix: Review changes
1 parent b1ef337 commit 871b928

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

invokeai/frontend/web/src/features/parameters/components/Parameters/Canvas/InfillAndScaling/ParamInfillPatchmatchDownscaleSize.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const ParamInfillPatchmatchDownscaleSize = () => {
4545
label={t('parameters.patchmatchDownScaleSize')}
4646
min={1}
4747
max={10}
48-
sliderNumberInputProps={{ max: 10 }}
4948
value={infillPatchmatchDownscaleSize}
5049
onChange={handleChange}
5150
withInput

invokeai/frontend/web/src/features/parameters/store/generationSlice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const initialGenerationState: GenerationState = {
9292
steps: 50,
9393
threshold: 0,
9494
infillTileSize: 32,
95-
infillPatchmatchDownscaleSize: 2,
95+
infillPatchmatchDownscaleSize: 1,
9696
variationAmount: 0.1,
9797
width: 512,
9898
shouldUseSymmetry: false,

0 commit comments

Comments
 (0)