remove Strength from SidePanel
strength arg is for img2img pipeline
This commit is contained in:
parent
eaef8d143c
commit
1769916589
@ -68,7 +68,7 @@ const SidePanel = () => {
|
||||
}}
|
||||
/>
|
||||
|
||||
<NumberInputSetting
|
||||
{/* <NumberInputSetting
|
||||
title="Strength"
|
||||
width={INPUT_WIDTH}
|
||||
allowFloat
|
||||
@ -81,7 +81,7 @@ const SidePanel = () => {
|
||||
return { ...old, sdStrength: val }
|
||||
})
|
||||
}}
|
||||
/>
|
||||
/> */}
|
||||
|
||||
<NumberInputSetting
|
||||
title="Guidance Scale"
|
||||
|
Loading…
Reference in New Issue
Block a user