[backport core/1.43] feat: enable node replacement by default (#11449)

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 <cbyrne@comfy.org>
Co-authored-by: Glary-Bot <glary-bot@users.noreply.github.com>
This commit is contained in:
Comfy Org PR Bot
2026-05-05 06:39:54 +09:00
committed by GitHub
parent e047b12556
commit 870871e2fa

View File

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