mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Review changes
This commit is contained in:
parent
b1ef3370fa
commit
871b9286d1
@ -45,7 +45,6 @@ const ParamInfillPatchmatchDownscaleSize = () => {
|
|||||||
label={t('parameters.patchmatchDownScaleSize')}
|
label={t('parameters.patchmatchDownScaleSize')}
|
||||||
min={1}
|
min={1}
|
||||||
max={10}
|
max={10}
|
||||||
sliderNumberInputProps={{ max: 10 }}
|
|
||||||
value={infillPatchmatchDownscaleSize}
|
value={infillPatchmatchDownscaleSize}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
withInput
|
withInput
|
||||||
|
@ -92,7 +92,7 @@ export const initialGenerationState: GenerationState = {
|
|||||||
steps: 50,
|
steps: 50,
|
||||||
threshold: 0,
|
threshold: 0,
|
||||||
infillTileSize: 32,
|
infillTileSize: 32,
|
||||||
infillPatchmatchDownscaleSize: 2,
|
infillPatchmatchDownscaleSize: 1,
|
||||||
variationAmount: 0.1,
|
variationAmount: 0.1,
|
||||||
width: 512,
|
width: 512,
|
||||||
shouldUseSymmetry: false,
|
shouldUseSymmetry: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user