参考链接
github项目链接
安装cuda链接
别人实测linux运行wonder步骤
别人实测linux第二篇
pip替换清华源
问题-解决方案
主要问题:ckpt和sam的权重下载太慢,cuda也慢,pytorch也慢
解决方案:pip设置清华镜像源,cuda可以用迅雷解决,ckpt和sam权重找我要也可(huggingface,onerive也可)
主要问题:选择的python版本,如果是3.10,pip install -r requirements.txt会有问题,不能编译PyMCubes。
解决办法:使用python=3.9
主要问题:cuda没有安装,不能pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch 安装cuda加速库
解决办法:安装cuda
主要问题:accelerate launch --config_file 1gpu.yaml test_mvdiffusion_seq.py --config configs/mvdiffusion-joint-ortho-6views.yaml 时,无法加载’./ckpts/image_encoder/pytorch_model.bin’
解决方案:下载huggingface的ckpt,onerive的ckpt有问题。
主要问题:AttributeError: module ‘torch’ has no attribute ‘float8_e4m3fn’
解决方案:transformers包等级太高,指定4.25.1