feat(ui): move strength up one

This commit is contained in:
psychedelicious 2024-01-02 14:38:47 +11:00 committed by Kent Keirsey
parent 271456b745
commit 93880223e6

View File

@ -86,9 +86,9 @@ export const ImageSettingsAccordion = memo(() => {
<ParamSeedShuffle />
<ParamSeedRandomize />
</Flex>
{activeTabName === 'img2img' && <ImageToImageFit />}
{(activeTabName === 'img2img' ||
activeTabName === 'unifiedCanvas') && <ImageToImageStrength />}
{activeTabName === 'img2img' && <ImageToImageFit />}
{activeTabName === 'txt2img' && <HrfSettings />}
{activeTabName === 'unifiedCanvas' && (
<>