1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-03 07:26:31 +08:00

Moved ExecutionBlocker to graph_utils.py, maintained backwards compatibility

This commit is contained in:
Jedrzej Kosinski
2025-07-30 15:09:39 -07:00
parent babd7bbf00
commit ccfa2a80ff
3 changed files with 21 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ if TYPE_CHECKING:
from comfy_api.internal import (_ComfyNodeInternal, _NodeOutputInternal, classproperty, copy_class, first_real_override, is_class,
prune_dict, shallow_clone_class)
from comfy_api.latest._resources import Resources, ResourcesLocal
from comfy_execution.graph import ExecutionBlocker
from comfy_execution.graph_utils import ExecutionBlocker
# from comfy_extras.nodes_images import SVG as SVG_ # NOTE: needs to be moved before can be imported due to circular reference