fix(ui): missing denoise strength

accidentally hid it from everywhere
This commit is contained in:
psychedelicious 2024-01-02 09:19:28 +11:00 committed by Kent Keirsey
parent 5950ffe064
commit 48f5e4f313

View File

@ -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 />