remove Strength from SidePanel

strength arg is for img2img pipeline
This commit is contained in:
Qing 2022-11-06 09:09:44 +08:00
parent eaef8d143c
commit 1769916589

View File

@ -68,7 +68,7 @@ const SidePanel = () => {
}} }}
/> />
<NumberInputSetting {/* <NumberInputSetting
title="Strength" title="Strength"
width={INPUT_WIDTH} width={INPUT_WIDTH}
allowFloat allowFloat
@ -81,7 +81,7 @@ const SidePanel = () => {
return { ...old, sdStrength: val } return { ...old, sdStrength: val }
}) })
}} }}
/> /> */}
<NumberInputSetting <NumberInputSetting
title="Guidance Scale" title="Guidance Scale"