mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): missing denoise strength
accidentally hid it from everywhere
This commit is contained in:
parent
5950ffe064
commit
48f5e4f313
@ -81,8 +81,8 @@ export const ImageSettingsAccordion = memo(() => {
|
|||||||
</Flex>
|
</Flex>
|
||||||
{activeTabName === 'txt2img' && <HrfSettings />}
|
{activeTabName === 'txt2img' && <HrfSettings />}
|
||||||
{activeTabName === 'img2img' && <ImageToImageFit />}
|
{activeTabName === 'img2img' && <ImageToImageFit />}
|
||||||
{activeTabName === 'img2img' ||
|
{(activeTabName === 'img2img' ||
|
||||||
(activeTabName === 'unifiedCanvas' && <ImageToImageStrength />)}
|
activeTabName === 'unifiedCanvas') && <ImageToImageStrength />}
|
||||||
{activeTabName === 'unifiedCanvas' && (
|
{activeTabName === 'unifiedCanvas' && (
|
||||||
<>
|
<>
|
||||||
<ParamScaleBeforeProcessing />
|
<ParamScaleBeforeProcessing />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user