bump version

This commit is contained in:
kijai 2025-01-27 23:35:48 +02:00
parent 4f80e4735f
commit 8f88f2baf0
2 changed files with 2 additions and 1 deletions

View File

@ -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]

View File

@ -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"]