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