mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Fix import here
This commit is contained in:
parent
8f49e871ca
commit
54d3498388
@ -106,7 +106,7 @@ class TestExecution:
|
||||
])
|
||||
async def client(self, request) -> Client:
|
||||
from comfy.cmd.execution import nodes
|
||||
from .testing_pack import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
|
||||
from .testing_nodes.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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user