[backport core/1.36] disable workflow validation warnings by default (#7977)

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 <cbyrne@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2026-01-13 12:00:19 +09:00
committed by GitHub
parent 13a287b1a8
commit 1dc5d130ad

View File

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