Mark Switch node as Beta

This commit is contained in:
Jedrzej Kosinski 2025-11-12 17:44:42 -08:00
parent ef4179e894
commit 33bbf75eeb

View File

@ -11,6 +11,7 @@ class SwitchNode(io.ComfyNode):
node_id="ComfySwitchNode",
display_name="Switch",
category="logic",
is_experimental=True,
inputs=[
io.Boolean.Input("switch"),
io.MatchType.Input("on_false", template=template, lazy=True),