mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-08 20:34:28 +08:00
Compare commits
2 Commits
491d4665be
...
657fe64430
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
657fe64430 | ||
|
|
cc742005d7 |
3
nodes.py
3
nodes.py
@ -1293,7 +1293,8 @@ class Hy3DBPT:
|
||||
DESCRIPTION = "BPT the mesh using bpt: https://github.com/whaohan/bpt"
|
||||
|
||||
def bpt(self, trimesh, enable_bpt, temperature, pc_num, seed, samples):
|
||||
|
||||
mm.unload_all_models()
|
||||
mm.soft_empty_cache()
|
||||
new_mesh = trimesh.copy()
|
||||
if enable_bpt:
|
||||
from .hy3dgen.shapegen.postprocessors import BptMesh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user