Open5

comfyui 3d pack 依存関係未解決

pantheraleopantheraleo

pip install torch_scatter
pip install git+https://github.com/graphdeco-inria/diff-gaussian-rasterization
pip install diff_gaussian_rasterization

CUDA_VERSION = get_cuda_version()
RuntimeError: Please install/reinstall CUDA tookit with any of the following supported version: ['12.1', '11.8']

apt install cuda-nvcc-12-1
export PATH=/usr/local/cuda-12.1/bin:${PATH}
export LD_LIBRARY_PATH=/usr/local/cuda-12.1/lib64:${LD_LIBRARY_PATH}

conda install pytorch cudatoolkit

https://www.tegsys.net/download/20231205/17820/

https://github.com/pyg-team/pytorch_geometric/issues/3836

pantheraleopantheraleo

よくわからなくなってきたのでcondaを作り直した。

torchvision 0.18.0+cu121 requires torch==2.3.0, but you have torch 2.4.0 which is incompatible.
pip install torch==2.3.0
apt install libcusparse-dev-12-1
apt install libcublas-dev-12-1
apt install libcusolver-dev-12-1
pip install flash-attn
apt install libcurand-12-1
conda install conda-forge::flash-attn
conda install pytorch==2.3.0
apt install cuda-11-8 cuda-nvcc-11-8 libcusparse-dev-11-8 libcublas-dev-11-8 li
bcusolver-dev-11-8
pip install xformers==0.0.26.post1