mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): add warning for model settings edit
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
Heading,
|
||||
Input,
|
||||
SimpleGrid,
|
||||
Text,
|
||||
Textarea,
|
||||
} from '@invoke-ai/ui-library';
|
||||
import { useAppDispatch } from 'app/store/storeHooks';
|
||||
@@ -126,6 +127,10 @@ export const ModelEdit = memo(({ modelConfig }: Props) => {
|
||||
<Heading as="h3" fontSize="md" mt="4">
|
||||
{t('modelManager.modelSettings')}
|
||||
</Heading>
|
||||
<Text variant="subtext" color="warning.300">
|
||||
Careful! Change these settings only if Invoke didn't detect them correctly when you installed the
|
||||
model. If you choose the wrong settings, the model may not work properly.
|
||||
</Text>
|
||||
<SimpleGrid columns={2} gap={4}>
|
||||
<FormControl flexDir="column" alignItems="flex-start" gap={1}>
|
||||
<FormLabel>{t('modelManager.modelType')}</FormLabel>
|
||||
|
||||
Reference in New Issue
Block a user