From ce919847af86a69b3c70da6f0eb2667c9167ddc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Sepp=C3=A4nen?= <40791699+kijai@users.noreply.github.com> Date: Wed, 22 Jan 2025 00:00:48 +0200 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 34f3b08..ba7cf7b 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # ComfyUI wrapper for [Hunyuan3D-2](https://github.com/Tencent/Hunyuan3D-2) # WORKINPROGRESS -# installation still messy, requires compiling for texture gen +# installation still messy, may require compiling for texture gen Main model, original: https://huggingface.co/tencent/Hunyuan3D-2/blob/main/hunyuan3d-dit-v2-0/model.ckpt @@ -19,7 +19,7 @@ Dependencies, in your python env: or with portable: `python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\requirements.txt` -``` + For the texturegen part compilation is needed, I have included my compilations as a wheel for the rasterizer, and compiled .pyd for the mesh_processor (already in place), these are compiled for: @@ -42,4 +42,4 @@ cd hy3dgen/texgen/differentiable_renderer python setup.py build_ext --inplace ``` -![alt text](image.png) \ No newline at end of file +![alt text](image.png)