mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-15 01:07:03 +08:00
Mark Switch node as Beta
This commit is contained in:
parent
ef4179e894
commit
33bbf75eeb
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user