modelscope / richdreamer

Live Demo:https://modelscope.cn/studios/Damo_XR_Lab/3D_AIGC
https://aigc3d.github.io/richdreamer/
Apache License 2.0
362 stars 13 forks source link

Support for CUDA version 11.7? #30

Closed Colezwhy closed 2 months ago

Colezwhy commented 2 months ago

Thank you for your excellent work! But I wonder whether there will be environments for GPUs with CUDA version 11.7(e.g. RTX 3090)? I wanted to explore further with your great work. Thank you very much.

lingtengqiu commented 2 months ago

We do not provide conda/docker environment for specific CUDA version. But you can pip install according to our requirments.txt. We think this process that may be not hard for u

Colezwhy commented 2 months ago

We do not provide conda/docker environment for specific CUDA version. But you can pip install according to our requirments.txt. We think this process that may be not hard for u

Thank you, I will try.