From 4b3b5f69f387b3692d4b0297ee3f3eb0570ea8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Sepp=C3=A4nen?= <40791699+kijai@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:15:09 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- requirements_extras.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91ea0a5..9a2216c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-hunyan3dwrapper" description = "Wrapper nodes for https://github.com/Tencent/Hunyuan3D-2, additional installation steps needed, please check the github repository" -version = "1.0.2" +version = "1.0.3" license = {file = "LICENSE"} dependencies = ["trimesh", "diffusers>=0.31.0","accelerate","huggingface_hub","einops","opencv-python","transformers","xatlas","pymeshlab","pygltflib","scikit-learn","scikit-image","pybind11"] diff --git a/requirements_extras.txt b/requirements_extras.txt index 924bdac..41effc6 100644 --- a/requirements_extras.txt +++ b/requirements_extras.txt @@ -4,4 +4,5 @@ nvdiffrast #for quad remeshing node pynanoinstantmeshes #for fast decimation node -pyfqmr \ No newline at end of file +pyfqmr +diso \ No newline at end of file