fix(ui): show denoising strength on canvas

This commit is contained in:
psychedelicious 2024-01-01 11:44:42 +11:00 committed by Kent Keirsey
parent 793cf39964
commit 2a38606342

View File

@ -81,7 +81,8 @@ export const ImageSettingsAccordion = memo(() => {
</Flex>
{activeTabName === 'txt2img' && <HrfSettings />}
{activeTabName === 'img2img' && <ImageToImageFit />}
{activeTabName === 'img2img' && <ImageToImageStrength />}
{activeTabName === 'img2img' ||
(activeTabName === 'unifiedCanvas' && <ImageToImageStrength />)}
{activeTabName === 'unifiedCanvas' && (
<>
<ParamScaleBeforeProcessing />