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"
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user