mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2026-05-23 13:11:19 +08:00
Update readme.md
This commit is contained in:
parent
2f262b32f2
commit
17e58345bc
@ -17,10 +17,12 @@ Rest of the models are diffusers models, so they are wrapped and autodownloaded
|
|||||||
pip install -r requirements.txt
|
pip install -r 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, these are compiled for:
|
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:
|
||||||
|
|
||||||
- Windows 11 python3.12 cu126 (works with torch build on 124)
|
- Windows 11 python3.12 cu126 (works with torch build on 124)
|
||||||
|
|
||||||
|
You would do `pip install wheels\custom_rasterizer-0.1-cp312-cp312-win_amd64.whl`
|
||||||
|
|
||||||
For anything else you need to compile yourself:
|
For anything else you need to compile yourself:
|
||||||
|
|
||||||
cd hy3dgen/texgen/custom_rasterizer
|
cd hy3dgen/texgen/custom_rasterizer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user