mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-15 19:47:24 +08:00
bar
This commit is contained in:
parent
5fde70e5f4
commit
693a34f447
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user