ashawkey / stable-dreamfusion

Text-to-3D & Image-to-3D & Mesh Exportation with NeRF + Diffusion.
Apache License 2.0
8k stars 710 forks source link

not able to install extensions #25

Open ab-in opened 1 year ago

ab-in commented 1 year ago

The detected CUDA version (11.5) mismatches the version that was used to compile PyTorch (10.2). Please make sure to use the same CUDA versions.

But do not know how to fix it. Ubuntu 22.04

ashawkey commented 1 year ago

@ab-in This seems to a pytorch installation problem. You should follow https://pytorch.org/ to install the correct version that matching your CUDA, or update the CUDA version.

ab-in commented 1 year ago

done. thank you.

ab-in commented 1 year ago

Excuseme, back again, I have still problem. I would like to ask if it is possible to use anaconda3 with stable-dreamfusion. (this is what I did) which run on python3.9. Ubuntu 22.04 based on python3.10. My knowledge about python is very limited...So not sure. On my system I run nvidia driver570, cuda11,5(from ubuntu repo). In my anacondada environement which I build for stable-dreamfusion are following packages listed: cudatoolkit_11.0.221, pytorch 1.12.. During installation i got errors: https://pastebin.com/XE0sSgSa. I am really interesting which backand has the author of that gitrepo.

ab-in commented 1 year ago

so finally i installed successfully cuda 11.3 inside of environment conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch. But now I get other error, when I try to install dreamfusion https://pastebin.com/x73FFFrM .