Moved comfy_api.v3 stuff onto comfy_api.latest

This commit is contained in:
Jedrzej Kosinski
2025-07-24 18:23:29 -07:00
parent c52b5dcb52
commit 9b5a44ce6e
68 changed files with 68 additions and 74 deletions

View File

@@ -33,7 +33,7 @@ from comfy_execution.validation import validate_node_input
from comfy_execution.progress import get_progress_state, reset_progress_state, add_progress_handler, WebUIProgressHandler
from comfy_execution.utils import CurrentNodeContext
from comfy_api.internal import _ComfyNodeInternal, _NodeOutputInternal, first_real_override, is_class, make_locked_method_func
from comfy_api.v3 import io, resources
from comfy_api.latest import io, resources
class ExecutionResult(Enum):