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>
|
||||
{activeTabName === 'txt2img' && <HrfSettings />}
|
||||
{activeTabName === 'img2img' && <ImageToImageFit />}
|
||||
{activeTabName === 'img2img' ||
|
||||
(activeTabName === 'unifiedCanvas' && <ImageToImageStrength />)}
|
||||
{(activeTabName === 'img2img' ||
|
||||
activeTabName === 'unifiedCanvas') && <ImageToImageStrength />}
|
||||
{activeTabName === 'unifiedCanvas' && (
|
||||
<>
|
||||
<ParamScaleBeforeProcessing />
|
||||
|
Loading…
x
Reference in New Issue
Block a user