mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): show denoising strength on canvas
This commit is contained in:
parent
793cf39964
commit
2a38606342
@ -81,7 +81,8 @@ export const ImageSettingsAccordion = memo(() => {
|
|||||||
</Flex>
|
</Flex>
|
||||||
{activeTabName === 'txt2img' && <HrfSettings />}
|
{activeTabName === 'txt2img' && <HrfSettings />}
|
||||||
{activeTabName === 'img2img' && <ImageToImageFit />}
|
{activeTabName === 'img2img' && <ImageToImageFit />}
|
||||||
{activeTabName === 'img2img' && <ImageToImageStrength />}
|
{activeTabName === 'img2img' ||
|
||||||
|
(activeTabName === 'unifiedCanvas' && <ImageToImageStrength />)}
|
||||||
{activeTabName === 'unifiedCanvas' && (
|
{activeTabName === 'unifiedCanvas' && (
|
||||||
<>
|
<>
|
||||||
<ParamScaleBeforeProcessing />
|
<ParamScaleBeforeProcessing />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user