mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-22 11:57:44 +08:00
Move the testing pack nodes out of a nested directory
This commit is contained in:
parent
5a644488d6
commit
135e4008b7
@ -106,7 +106,7 @@ class TestExecution:
|
||||
])
|
||||
async def client(self, request) -> Client:
|
||||
from comfy.cmd.execution import nodes
|
||||
from .testing_nodes.testing_pack import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
|
||||
from .testing_pack import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
|
||||
|
||||
nodes.update(ExportedNodes(NODE_CLASS_MAPPINGS=NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS=NODE_DISPLAY_NAME_MAPPINGS))
|
||||
lru_size, = request.param
|
||||
|
||||
@ -1 +0,0 @@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user