mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-05-06 14:26:40 +08:00
Comment out test logic nodes
This commit is contained in:
parent
dd4786bcf8
commit
b4bc854398
@ -254,14 +254,14 @@ class LogicExtension(ComfyExtension):
|
|||||||
async def get_node_list(self) -> list[type[io.ComfyNode]]:
|
async def get_node_list(self) -> list[type[io.ComfyNode]]:
|
||||||
return [
|
return [
|
||||||
SwitchNode,
|
SwitchNode,
|
||||||
SoftSwitchNode,
|
# SoftSwitchNode,
|
||||||
CustomComboNode,
|
# CustomComboNode,
|
||||||
DCTestNode,
|
# DCTestNode,
|
||||||
AutogrowNamesTestNode,
|
# AutogrowNamesTestNode,
|
||||||
AutogrowPrefixTestNode,
|
# AutogrowPrefixTestNode,
|
||||||
ComboOutputTestNode,
|
# ComboOutputTestNode,
|
||||||
MatchTypeTestNode,
|
# MatchTypeTestNode,
|
||||||
AnyTypeTestNode,
|
# AnyTypeTestNode,
|
||||||
]
|
]
|
||||||
|
|
||||||
async def comfy_entrypoint() -> LogicExtension:
|
async def comfy_entrypoint() -> LogicExtension:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user