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 @override
async def get_node_list(self) -> list[type[io.ComfyNode]]: async def get_node_list(self) -> list[type[io.ComfyNode]]:
return [ return [
SwitchNode, # SwitchNode,
DCTestNode, # DCTestNode,
AutogrowNamesTestNode, # AutogrowNamesTestNode,
AutogrowPrefixTestNode, # AutogrowPrefixTestNode,
] ]
async def comfy_entrypoint() -> LogicExtension: async def comfy_entrypoint() -> LogicExtension: