Revert "Mark Comfy.Workflow.ShowMissingModelsWarning as stable & enabled by d…" (#988)

This reverts commit cdaa0bda5b.
This commit is contained in:
Chenlei Hu
2024-09-26 16:19:09 +09:00
committed by GitHub
parent a05df99a8a
commit 66c02d1e3a

View File

@@ -160,7 +160,8 @@ export const CORE_SETTINGS: SettingParams[] = [
id: 'Comfy.Workflow.ShowMissingModelsWarning',
name: 'Show missing models warning',
type: 'boolean',
defaultValue: true
defaultValue: false,
experimental: true
},
{
id: 'Comfy.Graph.ZoomSpeed',