From 870871e2fa9ffcac2f63a8e79b02c776bb60dc08 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Tue, 5 May 2026 06:39:54 +0900 Subject: [PATCH] [backport core/1.43] feat: enable node replacement by default (#11449) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #11439 to `core/1.43` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-11449-backport-core-1-43-feat-enable-node-replacement-by-default-3486d73d365081feb74ec1dafcb3fb13) by [Unito](https://www.unito.io) Co-authored-by: Christian Byrne Co-authored-by: Glary-Bot --- src/platform/settings/constants/coreSettings.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index 3dd3a8e624..704336d41e 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -1272,9 +1272,10 @@ export const CORE_SETTINGS: SettingParams[] = [ tooltip: 'When enabled, missing nodes with known replacements will be shown as replaceable in the missing nodes dialog, allowing you to review and apply replacements.', type: 'boolean', - defaultValue: false, - experimental: true, - versionAdded: '1.40.0' + defaultValue: true, + experimental: false, + versionAdded: '1.40.0', + versionModified: '1.44.5' }, { id: 'Comfy.Graph.DeduplicateSubgraphNodeIds',