Merge pull request #825 from RanKaze/main

feat: filter node with mode:0
This commit is contained in:
pixelpaws
2026-02-23 16:39:45 +08:00
committed by GitHub
3 changed files with 11 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ app.registerExtension({
title: node.title || node.comfyClass,
type: node.comfyClass,
comfy_class: node.comfyClass,
mode: node.mode,
capabilities: {
supports_lora: supportsLora,
widget_names: widgetNames,