mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-24 12:14:32 +08:00
Update readme.md
This commit is contained in:
parent
7144f60109
commit
8ab0504281
12
readme.md
12
readme.md
@ -15,11 +15,17 @@ Rest of the models are diffusers models, so they are wrapped and autodownloaded
|
|||||||
|
|
||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
# for texture (Linux only for now)
|
```
|
||||||
|
|
||||||
|
UNTESTED! For the texturegen part compilation is needed, I have included my compilations as wheels:
|
||||||
|
|
||||||
|
- Windows 11 python3.12 cu126 (works with torch build on 124)
|
||||||
|
|
||||||
|
Compilation:
|
||||||
cd hy3dgen/texgen/custom_rasterizer
|
cd hy3dgen/texgen/custom_rasterizer
|
||||||
python3 setup.py install
|
python setup.py install
|
||||||
cd hy3dgen/texgen/differentiable_renderer
|
cd hy3dgen/texgen/differentiable_renderer
|
||||||
bash compile_mesh_painter.sh
|
python setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
Loading…
x
Reference in New Issue
Block a user