chore(comfy_api): replace absolute imports with relative (#11145)

This commit is contained in:
Alexander Piskun
2025-12-08 11:21:41 +02:00
committed by GitHub
parent 56fa7dbe38
commit ec7f65187d
6 changed files with 10 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ import folder_paths
# used for image preview
from comfy.cli_args import args
from comfy_api.latest._io import ComfyNode, FolderType, Image, _UIOutput
from ._io import ComfyNode, FolderType, Image, _UIOutput
class SavedResult(dict):