From cc38a14e149034bc7c4ef47a5350ad37a47e8ac6 Mon Sep 17 00:00:00 2001 From: yp Date: Wed, 11 Jun 2025 19:00:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=9B=BE=E7=89=87=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/image.py b/nodes/image.py index a7be199..ed54e12 100644 --- a/nodes/image.py +++ b/nodes/image.py @@ -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)