FIX 修复保存图片返回path接口

This commit is contained in:
kyj@bowong.ai 2025-06-11 16:38:35 +08:00
parent ae87db1604
commit ddff65dff7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from nodes.image import SaveImagePath from .nodes.image import SaveImagePath
from .nodes.heygem import HeyGemF2F, HeyGemF2FFromFile from .nodes.heygem import HeyGemF2F, HeyGemF2FFromFile
from .nodes.s3 import S3Download, S3Upload, S3UploadURL from .nodes.s3 import S3Download, S3Upload, S3UploadURL
from .nodes.text import * from .nodes.text import *