[backport cloud/1.36] disable workflow validation warnings by default (#7978)

Backport of #7795 to `cloud/1.36`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7978-backport-cloud-1-36-disable-workflow-validation-warnings-by-default-2e76d73d365081bb88e9ff3df97a2bf3)
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:01:47 +09:00
committed by GitHub
parent 53d76c42c2
commit 7158e81a4d

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