Enable missing models dialog by default (#2345)

This commit is contained in:
bymyself
2025-01-25 09:40:18 -07:00
committed by GitHub
parent 9459f599b6
commit c5d153cf16

View File

@@ -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
},
{