保存图片自定义节点

This commit is contained in:
杨平 2025-06-11 19:00:34 +08:00
parent 876521c9cc
commit cc38a14e14
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class SaveImagePath:
# output_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "output")
# base_dir = os.path.dirname(os.path.abspath(__file__))
output_dir = 'root/comfy/ComfyUI/output'
output_dir = '/root/comfy/ComfyUI/output'
if not os.path.exists(output_dir):
os.makedirs(output_dir)