Removed node_replace files, moved NodeReplace to _io.py and exposed it

This commit is contained in:
Jedrzej Kosinski
2026-02-14 20:34:25 -08:00
parent a9cc84bb78
commit 2d992ebd6c
7 changed files with 75 additions and 85 deletions

View File

@@ -4,7 +4,7 @@ from aiohttp import web
from typing import TYPE_CHECKING, TypedDict
if TYPE_CHECKING:
from comfy_api.latest._node_replace import NodeReplace
from comfy_api.latest._io import NodeReplace
from comfy_execution.graph_utils import is_link
import nodes