mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-02 02:00:57 +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
|
@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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user