diff --git a/hy3dgen/texgen/differentiable_renderer/mesh_processor.cp312-win_amd64.pyd b/hy3dgen/texgen/differentiable_renderer/mesh_processor.cp312-win_amd64.pyd new file mode 100644 index 0000000..3337460 Binary files /dev/null and b/hy3dgen/texgen/differentiable_renderer/mesh_processor.cp312-win_amd64.pyd differ diff --git a/readme.md b/readme.md index 5a6109b..55a1017 100644 --- a/readme.md +++ b/readme.md @@ -17,15 +17,17 @@ Rest of the models are diffusers models, so they are wrapped and autodownloaded pip install -r requirements.txt ``` -UNTESTED! For the texturegen part compilation is needed, I have included my compilations as wheels: +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, these are compiled for: - Windows 11 python3.12 cu126 (works with torch build on 124) -Compilation: +For anything else you need to compile yourself: + cd hy3dgen/texgen/custom_rasterizer python setup.py install + cd hy3dgen/texgen/differentiable_renderer -python setup.py install +python setup.py build_ext --inplace ``` ![alt text](image.png) \ No newline at end of file diff --git a/wheels/mesh_processor-0.0.0-cp312-cp312-win_amd64.whl b/wheels/mesh_processor-0.0.0-cp312-cp312-win_amd64.whl deleted file mode 100644 index 78c421a..0000000 Binary files a/wheels/mesh_processor-0.0.0-cp312-cp312-win_amd64.whl and /dev/null differ