From 9d9625f8ab851586bc3a1994e91baa65df4a224b Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:22:57 +1100 Subject: [PATCH] feat(ui): add warning for model settings edit --- .../modelManagerV2/subpanels/ModelPanel/ModelEdit.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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')}