Skip to content

Commit dd7d93f

Browse files
committed
Typo. example_workflow, install
1 parent 45ce761 commit dd7d93f

File tree

10 files changed

+3
-3
lines changed

10 files changed

+3
-3
lines changed

Hunyuan3D-2

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

hunyuan_3d_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def install_check():
149149
Hunyuan3DImageTo3D.install_hy3dgen(this_path)
150150

151151
if importlib.util.find_spec('mesh_processor') is None:
152-
Hunyuan3DImageTo3D.install_differentiable_renderer(this_path)
152+
Hunyuan3DImageTo3D.install_mesh_processor(this_path)
153153

154154
@staticmethod
155155
def get_spare_filename(filename_format):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-hunyuan-3d-2"
33
description = "Image to 3D using Hunyuan-3D-2"
4-
version = "0.9.4"
4+
version = "0.9.5"
55
license = {text = "MIT License"}
66

77
[project.urls]

0 commit comments

Comments
 (0)