From 693a34f447f1176a4d3d37eb39ba2c025ccfb27f Mon Sep 17 00:00:00 2001 From: Yousef Rafat <81116377+yousef-rafat@users.noreply.github.com> Date: Thu, 14 May 2026 16:26:38 +0300 Subject: [PATCH] bar --- comfy_extras/nodes_trellis2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_trellis2.py b/comfy_extras/nodes_trellis2.py index 83f636352..e133761e0 100644 --- a/comfy_extras/nodes_trellis2.py +++ b/comfy_extras/nodes_trellis2.py @@ -1355,7 +1355,7 @@ class PostProcessMesh(IO.ComfyNode): # input should be comfy.NestedTensor mesh = copy.deepcopy(mesh) - def process_single(v, f, c): + def process_single(v, f, c, bar): if fill_holes_perimeter > 0: v, f = fill_holes_fn(v, f, max_perimeter=fill_holes_perimeter) bar.update(1)