diff --git a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelPanel/ModelEdit.tsx b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelPanel/ModelEdit.tsx
index edda021523..be4925ed05 100644
--- a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelPanel/ModelEdit.tsx
+++ b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelPanel/ModelEdit.tsx
@@ -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) => {
{t('modelManager.modelSettings')}
+
+ 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.
+
{t('modelManager.modelType')}