mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-07-16 02:26:58 +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…
x
Reference in New Issue
Block a user