mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Revert Symmetry Big Size Input
This commit is contained in:
@ -32,7 +32,6 @@ export default function SymmetrySettings() {
|
|||||||
max={steps}
|
max={steps}
|
||||||
step={1}
|
step={1}
|
||||||
withInput
|
withInput
|
||||||
inputWidth="6.5rem"
|
|
||||||
withSliderMarks
|
withSliderMarks
|
||||||
withReset
|
withReset
|
||||||
handleReset={() => dispatch(setHorizontalSymmetryTimePercentage(0))}
|
handleReset={() => dispatch(setHorizontalSymmetryTimePercentage(0))}
|
||||||
@ -46,7 +45,6 @@ export default function SymmetrySettings() {
|
|||||||
max={steps}
|
max={steps}
|
||||||
step={1}
|
step={1}
|
||||||
withInput
|
withInput
|
||||||
inputWidth="6.5rem"
|
|
||||||
withSliderMarks
|
withSliderMarks
|
||||||
withReset
|
withReset
|
||||||
handleReset={() => dispatch(setVerticalSymmetryTimePercentage(0))}
|
handleReset={() => dispatch(setVerticalSymmetryTimePercentage(0))}
|
||||||
|
Reference in New Issue
Block a user