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')}
|
||||
min={1}
|
||||
max={10}
|
||||
sliderNumberInputProps={{ max: 10 }}
|
||||
value={infillPatchmatchDownscaleSize}
|
||||
onChange={handleChange}
|
||||
withInput
|
||||
|
@ -92,7 +92,7 @@ export const initialGenerationState: GenerationState = {
|
||||
steps: 50,
|
||||
threshold: 0,
|
||||
infillTileSize: 32,
|
||||
infillPatchmatchDownscaleSize: 2,
|
||||
infillPatchmatchDownscaleSize: 1,
|
||||
variationAmount: 0.1,
|
||||
width: 512,
|
||||
shouldUseSymmetry: false,
|
||||
|
Loading…
Reference in New Issue
Block a user