From c5d153cf162e14b05233b9b74f9f0b91369c1c9b Mon Sep 17 00:00:00 2001 From: bymyself Date: Sat, 25 Jan 2025 09:40:18 -0700 Subject: [PATCH] Enable missing models dialog by default (#2345) --- src/constants/coreSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/coreSettings.ts b/src/constants/coreSettings.ts index f0d29012eb..2c171c98a2 100644 --- a/src/constants/coreSettings.ts +++ b/src/constants/coreSettings.ts @@ -157,7 +157,7 @@ export const CORE_SETTINGS: SettingParams[] = [ id: 'Comfy.Workflow.ShowMissingModelsWarning', name: 'Show missing models warning', type: 'boolean', - defaultValue: false, + defaultValue: true, experimental: true }, {