From 22e722bafec15ffc9f4d6e9b89f352cfd0b2a402 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Thu, 10 Jul 2025 18:59:17 +0300 Subject: [PATCH] Update image_nodes.py --- nodes/image_nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/image_nodes.py b/nodes/image_nodes.py index 7fc482f..b75e2dc 100644 --- a/nodes/image_nodes.py +++ b/nodes/image_nodes.py @@ -2563,7 +2563,7 @@ highest dimension. memory_size_mb = (num_elements * element_size) / (1024 * 1024) PromptServer.instance.send_progress_text( - f"Output: {out_image.shape[0]}x{out_image.shape[2]}x{out_image.shape[1]} | {memory_size_mb:.2f}MB", + f"Output: {out_image.shape[0]} x {out_image.shape[2]} x {out_image.shape[1]} | {memory_size_mb:.2f}MB", unique_id ) except: