mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): move strength up one
This commit is contained in:
parent
271456b745
commit
93880223e6
@ -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' && (
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user