mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
cleanup
This commit is contained in:
parent
4017609b91
commit
54aef4959c
@ -52,11 +52,7 @@ const ParamUpscalePopover = (props: Props) => {
|
|||||||
<Flex flexDirection="column" gap={4}>
|
<Flex flexDirection="column" gap={4}>
|
||||||
<ParamSpandrelModel isMultidiffusion={false} />
|
<ParamSpandrelModel isMultidiffusion={false} />
|
||||||
<UpscaleWarning usesTile={false} />
|
<UpscaleWarning usesTile={false} />
|
||||||
<Button
|
<Button size="sm" isDisabled={!imageDTO || inProgress || !simpleUpscaleModel} onClick={handleClickUpscale}>
|
||||||
size="sm"
|
|
||||||
isDisabled={!imageDTO || inProgress || !simpleUpscaleModel}
|
|
||||||
onClick={handleClickUpscale}
|
|
||||||
>
|
|
||||||
{t('parameters.upscaleImage')}
|
{t('parameters.upscaleImage')}
|
||||||
</Button>
|
</Button>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
Loading…
Reference in New Issue
Block a user