AiuniAI / Unique3D

Official implementation of Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image
https://wukailu.github.io/Unique3D/
MIT License
1.96k stars 131 forks source link

About GPU compatible support. #33

Closed Colezwhy closed 5 days ago

Colezwhy commented 1 week ago

Hi, thank you very much for your great work! But I wonder if there is a compatible environment to perform Unique3D on RTX3090 GPUs, since I got many errors when trying to install some packages following the readme.

Lektro9 commented 1 week ago

I have it working under Windows docker desktop with a 3090. The errors you are getting are probably tied to mismatching pytorch or cuda versions. But it would help a lot if you posted some error logs as we would be guessing what went wrong.

Colezwhy commented 5 days ago

I have it working under Windows docker desktop with a 3090. The errors you are getting are probably tied to mismatching pytorch or cuda versions. But it would help a lot if you posted some error logs as we would be guessing what went wrong.

Thank you, I have resolved it with other versions of cuda and pytorch support.