diff --git a/src/stores/coreSettings.ts b/src/stores/coreSettings.ts index ef4e1ae255..d377050bdb 100644 --- a/src/stores/coreSettings.ts +++ b/src/stores/coreSettings.ts @@ -160,8 +160,7 @@ export const CORE_SETTINGS: SettingParams[] = [ id: 'Comfy.Workflow.ShowMissingModelsWarning', name: 'Show missing models warning', type: 'boolean', - defaultValue: false, - experimental: true + defaultValue: true }, { id: 'Comfy.Graph.ZoomSpeed',