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}>
|
||||
<ParamSpandrelModel isMultidiffusion={false} />
|
||||
<UpscaleWarning usesTile={false} />
|
||||
<Button
|
||||
size="sm"
|
||||
isDisabled={!imageDTO || inProgress || !simpleUpscaleModel}
|
||||
onClick={handleClickUpscale}
|
||||
>
|
||||
<Button size="sm" isDisabled={!imageDTO || inProgress || !simpleUpscaleModel} onClick={handleClickUpscale}>
|
||||
{t('parameters.upscaleImage')}
|
||||
</Button>
|
||||
</Flex>
|
||||
|
Loading…
Reference in New Issue
Block a user