Default Seam Steps to 30

Seems to be the temporary solution for the seams looking horrible with some diffuser models.
This commit is contained in:
blessedcoolant 2023-01-27 12:43:51 +13:00
parent c0614ac7f3
commit 3083f8313d
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ export default function SeamSteps() {
sliderMarkRightOffset={-4}
label={t('options:seamSteps')}
min={1}
max={32}
max={100}
sliderNumberInputProps={{ max: 999 }}
value={seamSteps}
onChange={(v) => {
@ -27,7 +27,7 @@ export default function SeamSteps() {
withSliderMarks
withReset
handleReset={() => {
dispatch(setSeamSteps(10));
dispatch(setSeamSteps(30));
}}
/>
);

View File

@ -81,7 +81,7 @@ const initialOptionsState: OptionsState = {
seamBlur: 16,
seamless: false,
seamSize: 96,
seamSteps: 10,
seamSteps: 30,
seamStrength: 0.7,
seed: 0,
seedWeights: '',