Open jtydhr88 opened 2 weeks ago
3090多少显存也能跑?
可以,就是慢点
Update for python 3.11 and cuda 12.4, this repo also works well with them as tested. Prerequisites:
Different Steps:
other steps are as same as above.
安装SentencePiece accelerate trimesh PyMCubes xatlas libigl等库时报错,可以使用国内镜像, pip install -i https://pypi.tuna.tsinghua.edu.cn/simple SentencePiece accelerate trimesh PyMCubes xatlas libigl, pip install -i https://pypi.tuna.tsinghua.edu.cn/simple git+https://github.com/facebookresearch/pytorch3d
i'm stuck at installing pytorch3d, can anyone help?
i'm stuck at installing pytorch3d, can anyone help?
please post your error
Collecting git+https://github.com/facebookresearch/pytorch3d Cloning https://github.com/facebookresearch/pytorch3d to c:\users\jing\appdata\local\temp\pip-req-build-ezsxm3_q Resolved https://github.com/facebookresearch/pytorch3d to commit 81d82980bc82fd605f27cca87f89ba08af94db3d Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting iopath (from pytorch3d==0.7.8) Using cached iopath-0.1.10-py3-none-any.whl Requirement already satisfied: tqdm in c:\programdata\anaconda3\envs\hunyuan3d-py39\lib\site-packages (from iopath->pytorch3d==0.7.8) (4.67.0) Requirement already satisfied: typing-extensions in c:\programdata\anaconda3\envs\hunyuan3d-py39\lib\site-packages (from iopath->pytorch3d==0.7.8) (4.9.0) Collecting portalocker (from iopath->pytorch3d==0.7.8) Using cached portalocker-2.10.1-py3-none-any.whl.metadata (8.5 kB) Collecting pywin32>=226 (from portalocker->iopath->pytorch3d==0.7.8) Using cached pywin32-308-cp39-cp39-win_amd64.whl.metadata (8.3 kB) Requirement already satisfied: colorama in c:\programdata\anaconda3\envs\hunyuan3d-py39\lib\site-packages (from tqdm->iopath->pytorch3d==0.7.8) (0.4.6) Using cached portalocker-2.10.1-py3-none-any.whl (18 kB) Using cached pywin32-308-cp39-cp39-win_amd64.whl (6.6 MB) Building wheels for collected packages: pytorch3d Building wheel for pytorch3d (setup.py): started Building wheel for pytorch3d (setup.py): finished with status 'error' Running setup.py clean for pytorch3d Failed to build pytorch3d
I built a WHL for Pytorch3D to help people having build/install problems
pip install https://huggingface.co/datasets/Softology-Pro/VoC/resolve/main/pytorch3d-0.7.8-cp310-cp310-win_amd64.whl
- pip install torch torchvision xformers --index-url https://download.pytorch.org/whl/cu121
still the same
Hi, I just run it on Windows 10, here is my step. Env: Windows 10 3090
Prerequisites:
Steps:
quick test
good luck!