mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-21 23:41:28 +08:00
packaging fixes
- enable user db - fix main_pre order everywhere - fix absolute to relative imports everywhere - async better supported
This commit is contained in:
@@ -15,7 +15,7 @@ from comfy.component_model.executor_types import SendSyncEvent, SendSyncData, Ex
|
||||
DependencyCycleError
|
||||
from comfy.distributed.server_stub import ServerStub
|
||||
from comfy.execution_context import context_add_custom_nodes
|
||||
from comfy.graph_utils import GraphBuilder, Node
|
||||
from comfy_execution.graph_utils import GraphBuilder, Node
|
||||
from comfy.nodes.package_typing import ExportedNodes
|
||||
|
||||
current_test_name = ContextVar('current_test_name', default=None)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from comfy.graph_utils import GraphBuilder, is_link
|
||||
from comfy_execution.graph_utils import GraphBuilder, is_link
|
||||
from comfy.graph import ExecutionBlocker
|
||||
from .tools import VariantSupport
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import time
|
||||
import asyncio
|
||||
from comfy.utils import ProgressBar
|
||||
from .tools import VariantSupport
|
||||
from comfy.graph_utils import GraphBuilder
|
||||
from comfy_execution.graph_utils import GraphBuilder
|
||||
from comfy.comfy_types.node_typing import ComfyNodeABC
|
||||
from comfy.comfy_types import IO
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from comfy.graph_utils import GraphBuilder
|
||||
from comfy_execution.graph_utils import GraphBuilder
|
||||
from .tools import VariantSupport
|
||||
|
||||
@VariantSupport()
|
||||
|
||||
Reference in New Issue
Block a user