Initial Slider & Img2Img=1 Updates

This commit is contained in:
Kent Keirsey
2023-02-08 22:12:30 +11:00
committed by psychedelicious
parent 23aaf54f56
commit 9826f80d7f
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ export default function ImageToImageStrength(props: ImageToImageStrengthProps) {
label={label}
step={0.01}
min={0.01}
max={0.99}
max={1}
onChange={handleChangeStrength}
value={img2imgStrength}
isInteger={false}