Update readme.md

This commit is contained in:
Jukka Seppänen 2025-01-23 22:53:24 +02:00 committed by GitHub
parent 29bd9b1fd3
commit 57c84169cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ Converted to .safetensors: https://huggingface.co/Kijai/Hunyuan3D-2_safetensors
to `ComfyUI/models/diffusion_models/` to `ComfyUI/models/diffusion_models/`
Rest of the models are diffusers models, so they are wrapped and autodownloaded for now. Rest of the models are diffusers models, so they are wrapped and autodownloaded for now. Very new version of ComyUI is also required for the Preview3D -node.
# Installation # Installation
Dependencies, in your python env: Dependencies, in your python env:
@ -41,11 +41,10 @@ cd hy3dgen/texgen/custom_rasterizer
python setup.py install python setup.py install
``` ```
or build with `python setup.py bdist_wheel` which creates the .whl file to the dist -subfolder, which you then would pip install to your python environment. Or build with `python setup.py bdist_wheel` which creates the .whl file to the dist -subfolder, which you then would pip install to your python environment.
End result needs to be `custom_rasterizer_kernel*.pyd` file and `custom_rasterizer` folder in your python environments `site-packages` folder. End result needs to be `custom_rasterizer_kernel*.pyd` file and `custom_rasterizer` folder in your python environments `site-packages` folder.
```
for the mesh_processor extension the build command would be this: For the mesh_processor extension the build command would be this:
``` ```
cd hy3dgen/texgen/differentiable_renderer cd hy3dgen/texgen/differentiable_renderer
python setup.py build_ext --inplace python setup.py build_ext --inplace