mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-09 04:44:26 +08:00
Compare commits
5 Commits
b5d284744e
...
6090a9051f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6090a9051f | ||
|
|
557949a35e | ||
|
|
f1a52196b3 | ||
|
|
0f02c8ac83 | ||
|
|
7bc0ca17a6 |
18
readme.md
18
readme.md
@ -101,16 +101,24 @@ Copy `bpt-8-16-500m.pt` to `ComfyUI-Hunyuan3DWrapper-main\hy3dgen\shapegen\bpt`
|
||||
|
||||
`python_embeded\python.exe -m pip uninstall xatlas`
|
||||
|
||||
in the portable root folder:
|
||||
in the portable root folder (`ComfyUI_windows_portable`):
|
||||
|
||||
`git clone --recursive https://github.com/mworchel/xatlas-python.git`
|
||||
|
||||
`cd .\xatlas-python\`
|
||||
`cd .\xatlas-python\extern`
|
||||
|
||||
copy `https://github.com/mworchel/xatlas-python.git` into `xatlas-python\extern\xatlas` and back to `xatlas_python`
|
||||
delete `xatlas` folder
|
||||
|
||||
`..\python_embeded\python.exe setup.py install`
|
||||
`git clone --recursive https://github.com/jpcy/xatlas`
|
||||
|
||||
`..\python_embeded\python.exe -m pip install .`
|
||||
in `xatlas-python\extern\xatlas\source\xatlas` modify `xatlas.cpp`
|
||||
|
||||
change line 6774: `#if 0` to `//#if 0`
|
||||
|
||||
change line 6778: `#endif` to `//#endif`
|
||||
|
||||
Finally go back to portable root (`ComfyUI_windows_portable`) folder:
|
||||
|
||||
`.\python_embeded\python.exe -m pip install .\xatlas-python\`
|
||||
|
||||
---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user