mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 12:35:01 -05:00
Model Launchpad prettier
This commit is contained in:
committed by
psychedelicious
parent
fb5df06835
commit
a716381733
@@ -62,4 +62,4 @@ export const useStarterBundleInstall = () => {
|
||||
);
|
||||
|
||||
return { installBundle, getModelsToInstall };
|
||||
};
|
||||
};
|
||||
|
||||
@@ -99,7 +99,14 @@ export const LaunchpadForm = memo(() => {
|
||||
{t('modelManager.urlOrLocalPath')}
|
||||
</Heading>
|
||||
</Flex>
|
||||
<Text fontSize="sm" color="base.400" lineHeight="1.4" flex="1" whiteSpace="normal" wordBreak="break-word">
|
||||
<Text
|
||||
fontSize="sm"
|
||||
color="base.400"
|
||||
lineHeight="1.4"
|
||||
flex="1"
|
||||
whiteSpace="normal"
|
||||
wordBreak="break-word"
|
||||
>
|
||||
{t('modelManager.launchpad.urlDescription')}
|
||||
</Text>
|
||||
</Button>
|
||||
@@ -125,7 +132,14 @@ export const LaunchpadForm = memo(() => {
|
||||
{t('modelManager.huggingFace')}
|
||||
</Heading>
|
||||
</Flex>
|
||||
<Text fontSize="sm" color="base.400" lineHeight="1.4" flex="1" whiteSpace="normal" wordBreak="break-word">
|
||||
<Text
|
||||
fontSize="sm"
|
||||
color="base.400"
|
||||
lineHeight="1.4"
|
||||
flex="1"
|
||||
whiteSpace="normal"
|
||||
wordBreak="break-word"
|
||||
>
|
||||
{t('modelManager.launchpad.huggingFaceDescription')}
|
||||
</Text>
|
||||
</Button>
|
||||
@@ -151,7 +165,14 @@ export const LaunchpadForm = memo(() => {
|
||||
{t('modelManager.scanFolder')}
|
||||
</Heading>
|
||||
</Flex>
|
||||
<Text fontSize="sm" color="base.400" lineHeight="1.4" flex="1" whiteSpace="normal" wordBreak="break-word">
|
||||
<Text
|
||||
fontSize="sm"
|
||||
color="base.400"
|
||||
lineHeight="1.4"
|
||||
flex="1"
|
||||
whiteSpace="normal"
|
||||
wordBreak="break-word"
|
||||
>
|
||||
{t('modelManager.launchpad.scanFolderDescription')}
|
||||
</Text>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user