From a6e5ff1b379739539c4cdc591c48717fca6a96a7 Mon Sep 17 00:00:00 2001 From: Jin Yi Date: Tue, 10 Mar 2026 12:13:56 +0900 Subject: [PATCH] fix: load API format workflows with missing node types --- src/scripts/app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scripts/app.ts b/src/scripts/app.ts index b06eb69977d..b3119fc388c 100644 --- a/src/scripts/app.ts +++ b/src/scripts/app.ts @@ -1830,7 +1830,6 @@ export class ComfyApp { ) if (missingNodeTypes.length) { this.showMissingNodesError(missingNodeTypes.map((t) => t.class_type)) - return } const ids = Object.keys(apiData)