mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2026-01-22 09:34:30 +08:00
bump version
This commit is contained in:
parent
4f80e4735f
commit
8f88f2baf0
1
nodes.py
1
nodes.py
@ -1082,6 +1082,7 @@ class Hy3DMeshInfo:
|
||||
CATEGORY = "Hunyuan3DWrapper"
|
||||
|
||||
def process(self, mesh):
|
||||
log.info(f"Hy3DMeshInfo: Mesh has {vertices_count} vertices and {mesh.faces.shape[0]} faces")
|
||||
vertices_count = mesh.vertices.shape[0]
|
||||
faces_count = mesh.faces.shape[0]
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "comfyui-videonoisewarp"
|
||||
description = "Wrapper nodes for https://github.com/Tencent/Hunyuan3D-2, additional installation steps needed, please check the github repository"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
license = {file = "LICENSE"}
|
||||
dependencies = ["trimesh", "diffusers>=0.31.0","accelerate","huggingface_hub","einops","opencv-python","transformers","xatlas","pymeshlab","pygltflib","scikit-learn","scikit-image","pybind11"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user