From ddff65dff7ec5c6592cc7c10701f867ecdd54155 Mon Sep 17 00:00:00 2001 From: "kyj@bowong.ai" Date: Wed, 11 Jun 2025 16:38:35 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E4=BF=AE=E5=A4=8D=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=BF=94=E5=9B=9Epath=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 0fd7cd3..ed1771a 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,4 @@ -from nodes.image import SaveImagePath +from .nodes.image import SaveImagePath from .nodes.heygem import HeyGemF2F, HeyGemF2FFromFile from .nodes.s3 import S3Download, S3Upload, S3UploadURL from .nodes.text import *