mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 01:07:14 +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,)}
|
"optional": {"on_true": (any,), "on_false": (any,)}
|
||||||
}
|
}
|
||||||
|
|
||||||
RETURN_TYPES = ("ANY",)
|
RETURN_TYPES = (any,)
|
||||||
RETURN_NAMES = ("*",)
|
|
||||||
CATEGORY = "utils/logic"
|
CATEGORY = "utils/logic"
|
||||||
FUNCTION = "switch"
|
FUNCTION = "switch"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user