Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchompa authored and psychedelicious committed Jul 23, 2024
1 parent 4017609 commit 54aef49
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 54aef49

Please sign in to comment.