mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 15:04:59 -05:00
Add scaling in
This commit is contained in:
committed by
psychedelicious
parent
31f63e38bd
commit
6edce8be87
@@ -41,8 +41,9 @@ export const UpscaleScaleSlider = memo(() => {
|
||||
value={scale}
|
||||
onChange={onChange}
|
||||
defaultValue={4}
|
||||
min={2}
|
||||
min={1}
|
||||
max={16}
|
||||
step={0.5}
|
||||
format={formatValue}
|
||||
/>
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user