diff --git a/src/constants/coreSettings.ts b/src/constants/coreSettings.ts index f0d29012e..2c171c98a 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 }, {