mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-03 21:17:08 +08:00
Fix switch output
This commit is contained in:
parent
a290274a11
commit
9c62a1d823
@ -54,8 +54,7 @@ class BooleanSwitch:
|
||||
"optional": {"on_true": (any,), "on_false": (any,)}
|
||||
}
|
||||
|
||||
RETURN_TYPES = ("ANY",)
|
||||
RETURN_NAMES = ("*",)
|
||||
RETURN_TYPES = (any,)
|
||||
CATEGORY = "utils/logic"
|
||||
FUNCTION = "switch"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user