mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
[Refactor] Update min and max values for LoRACard weight input
This commit is contained in:
parent
40b4fa7238
commit
31d8b50276
@ -75,8 +75,8 @@ export const LoRACard = memo((props: LoRACardProps) => {
|
||||
<CompositeNumberInput
|
||||
value={lora.weight}
|
||||
onChange={handleChange}
|
||||
min={-5}
|
||||
max={5}
|
||||
min={-10}
|
||||
max={10}
|
||||
step={0.01}
|
||||
w={20}
|
||||
flexShrink={0}
|
||||
|
Loading…
Reference in New Issue
Block a user