mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-16 20:17:23 +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
|
# input should be comfy.NestedTensor
|
||||||
mesh = copy.deepcopy(mesh)
|
mesh = copy.deepcopy(mesh)
|
||||||
|
|
||||||
def process_single(v, f, c):
|
def process_single(v, f, c, bar):
|
||||||
if fill_holes_perimeter > 0:
|
if fill_holes_perimeter > 0:
|
||||||
v, f = fill_holes_fn(v, f, max_perimeter=fill_holes_perimeter)
|
v, f = fill_holes_fn(v, f, max_perimeter=fill_holes_perimeter)
|
||||||
bar.update(1)
|
bar.update(1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user