theEricMa / ScaleDreamer

This is the official repository for ScaleDreamer: Scalable Text-to-3D Synthesis with Asynchronous Score Distillation [ECCV2024]
Apache License 2.0
23 stars 2 forks source link

Memory requirements #1

Open yejr0229 opened 6 days ago

yejr0229 commented 6 days ago

Hi, I'd like to know how much memory is required for ScaleDreamer? An A100 or just RTX3090 with 24GB will be enough?

theEricMa commented 6 days ago

Hi, thanks for your interest in our work. Our Stable Diffusion experiments can run within 32 GB per GPU, while MVDream experiments require 40 GB per GPU.

yejr0229 commented 6 days ago

Is there any way to run on a RTX3090 with 24GB?

theEricMa commented 6 days ago

Okay, I'll try to reduce the memory usage. I'll let you know once it's done.

yejr0229 commented 5 days ago

Thanks a lot!

1having0 commented 5 days ago

I got the following error: ImportError: cannot import name 'csrc' from 'nerfacc' how to handle