mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-24 05:20:48 +08:00
Commented out Switch node + test nodes
This commit is contained in:
parent
9a5124c394
commit
ca332a728a
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user