mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-09 04:44:26 +08:00
Update readme.md
This commit is contained in:
parent
29bd9b1fd3
commit
57c84169cd
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user