mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-21 13:03:18 +00:00
[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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user