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: