[Cleanup] Remove deprecated: node def validation (#4038)

This commit is contained in:
filtered
2025-07-24 17:54:29 +10:00
committed by GitHub
parent 78fc86d153
commit 4d0ba197a8
10 changed files with 4 additions and 71 deletions

View File

@@ -511,15 +511,6 @@ export const CORE_SETTINGS: SettingParams[] = [
defaultValue: [] as string[],
versionAdded: '1.3.11'
},
{
id: 'Comfy.Validation.NodeDefs',
name: 'Validate node definitions (slow)',
type: 'boolean',
tooltip:
'Recommended for node developers. This will validate all node definitions on startup.',
defaultValue: false,
versionAdded: '1.3.14'
},
{
id: 'Comfy.LinkRenderMode',
category: ['LiteGraph', 'Graph', 'LinkRenderMode'],