From ca6b19400d9a5fbe91daa74fc0c4667a18d608ff Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:53:58 +0200 Subject: [PATCH] Update readme.md --- readme.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index e72e50c..b8f4945 100644 --- a/readme.md +++ b/readme.md @@ -12,17 +12,26 @@ to `ComfyUI/diffusion_models/` Rest of the models are diffusers models, so they are wrapped and autodownloaded for now. - +Dependencies: ``` pip install -r requirements.txt + +portable: + +`python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\requirements.txt` ``` -UNTESTED! 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: +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: -- Windows 11 python3.12 cu126 (works with torch build on 124) +- Windows 11 python 3.12 cu126 (works with torch build on 124) You would do `pip install wheels\custom_rasterizer-0.1-cp312-cp312-win_amd64.whl` +or with portable (in `ComfyUI_windows_portable` -folder): +`python_embeded\python.exe -m pip install ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\wheels\custom_rasterizer-0.1-cp312-cp312-win_amd64.whl` + +This was tested to work on latest ComfyUI portable install + For anything else you need to compile yourself: cd hy3dgen/texgen/custom_rasterizer