[Refactor] Update min and max values for LoRACard weight input

This commit is contained in:
H0onnn 2024-05-17 08:59:07 +09:00 committed by psychedelicious
parent 40b4fa7238
commit 31d8b50276

View File

@ -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}