Commented out Switch node + test nodes

This commit is contained in:
Jedrzej Kosinski 2025-11-24 09:49:14 -08:00
parent 9a5124c394
commit ca332a728a

View File

@ -144,10 +144,10 @@ class LogicExtension(ComfyExtension):
@override
async def get_node_list(self) -> list[type[io.ComfyNode]]:
return [
SwitchNode,
DCTestNode,
AutogrowNamesTestNode,
AutogrowPrefixTestNode,
# SwitchNode,
# DCTestNode,
# AutogrowNamesTestNode,
# AutogrowPrefixTestNode,
]
async def comfy_entrypoint() -> LogicExtension: