From 9ff729a7e6ca0ea2881189b6486bb2dcfbd4c113 Mon Sep 17 00:00:00 2001 From: blessedcoolant <54517381+blessedcoolant@users.noreply.github.com> Date: Sun, 24 Mar 2024 03:06:41 +0530 Subject: [PATCH] fix: Update ModelView to accommodate for the new config changes to IP Adapter --- .../features/modelManagerV2/subpanels/ModelPanel/ModelView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelPanel/ModelView.tsx b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelPanel/ModelView.tsx index adb123f24d..0618af5dd0 100644 --- a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelPanel/ModelView.tsx +++ b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelPanel/ModelView.tsx @@ -53,7 +53,7 @@ export const ModelView = () => { )} - {data.type === 'ip_adapter' && ( + {data.type === 'ip_adapter' && data.format === 'invokeai' && (