From 1dc5d130adb992ccbdbfe95878f38e192a828279 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Tue, 13 Jan 2026 12:00:19 +0900 Subject: [PATCH] [backport core/1.36] disable workflow validation warnings by default (#7977) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #7795 to `core/1.36` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7977-backport-core-1-36-disable-workflow-validation-warnings-by-default-2e76d73d365081c2bef7f12abd0b614b) by [Unito](https://www.unito.io) Co-authored-by: Christian Byrne --- src/platform/settings/constants/coreSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index 85032dcdf..94d7cf914 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -27,7 +27,7 @@ export const CORE_SETTINGS: SettingParams[] = [ id: 'Comfy.Validation.Workflows', name: 'Validate workflows', type: 'boolean', - defaultValue: isCloud ? false : true + defaultValue: false }, { id: 'Comfy.NodeSearchBoxImpl',