mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): use existing design language for install model bundle buttons
This commit is contained in:
@@ -165,53 +165,14 @@ export const LaunchpadForm = memo(() => {
|
|||||||
{t('modelManager.launchpad.bundleDescription')}
|
{t('modelManager.launchpad.bundleDescription')}
|
||||||
</Text>
|
</Text>
|
||||||
<Grid templateColumns="repeat(auto-fit, minmax(180px, 1fr))" gap={2}>
|
<Grid templateColumns="repeat(auto-fit, minmax(180px, 1fr))" gap={2}>
|
||||||
<Button
|
<Button onClick={handleSD15BundleClick} variant="outline" p={6}>
|
||||||
onClick={handleSD15BundleClick}
|
{t('modelManager.launchpad.stableDiffusion15')}
|
||||||
variant="outline"
|
|
||||||
h="auto"
|
|
||||||
minH={10}
|
|
||||||
p={3}
|
|
||||||
textAlign="center"
|
|
||||||
justifyContent="center"
|
|
||||||
alignItems="center"
|
|
||||||
borderRadius="lg"
|
|
||||||
whiteSpace="normal"
|
|
||||||
>
|
|
||||||
<Text fontSize="sm" fontWeight="bold" noOfLines={1}>
|
|
||||||
{t('modelManager.launchpad.stableDiffusion15')}
|
|
||||||
</Text>
|
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button onClick={handleSDXLBundleClick} variant="outline" p={6}>
|
||||||
onClick={handleSDXLBundleClick}
|
{t('modelManager.launchpad.sdxl')}
|
||||||
variant="outline"
|
|
||||||
h="auto"
|
|
||||||
minH={10}
|
|
||||||
p={3}
|
|
||||||
textAlign="center"
|
|
||||||
justifyContent="center"
|
|
||||||
alignItems="center"
|
|
||||||
borderRadius="lg"
|
|
||||||
whiteSpace="normal"
|
|
||||||
>
|
|
||||||
<Text fontSize="sm" fontWeight="bold" noOfLines={1}>
|
|
||||||
{t('modelManager.launchpad.sdxl')}
|
|
||||||
</Text>
|
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button onClick={handleFluxBundleClick} variant="outline" p={6}>
|
||||||
onClick={handleFluxBundleClick}
|
{t('modelManager.launchpad.fluxDev')}
|
||||||
variant="outline"
|
|
||||||
h="auto"
|
|
||||||
minH={10}
|
|
||||||
p={3}
|
|
||||||
textAlign="center"
|
|
||||||
justifyContent="center"
|
|
||||||
alignItems="center"
|
|
||||||
borderRadius="lg"
|
|
||||||
whiteSpace="normal"
|
|
||||||
>
|
|
||||||
<Text fontSize="sm" fontWeight="bold" noOfLines={1}>
|
|
||||||
{t('modelManager.launchpad.fluxDev')}
|
|
||||||
</Text>
|
|
||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user