Mark Comfy.Workflow.ShowMissingModelsWarning as stable & enabled by default (#985)

This commit is contained in:
Chenlei Hu
2024-09-26 15:10:17 +09:00
committed by GitHub
parent a41f3b1ac6
commit cdaa0bda5b

View File

@@ -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',