sherwinbahmani / 4dfy

4D-fy: Text-to-4D Generation Using Hybrid Score Distillation Sampling
https://sherwinbahmani.github.io/4dfy/
Apache License 2.0
309 stars 8 forks source link

cuda error #4

Closed xiuyuan0216 closed 9 months ago

xiuyuan0216 commented 9 months ago

I followed the instructions but got incompatible cuda every time. It is quite weird that torch.cuda.is_available() is True at the start, but turns false at some point. Can you provide a more detailed instruction of how to get the environment right ?

sherwinbahmani commented 9 months ago

Hi,

You should find more information how to set up your environment here: https://github.com/threestudio-project/threestudio

I highly recommend to use the code with the official threestudio integration here: https://github.com/DSaurus/threestudio-4dfy

Are you able to set up the original threestudio repository?