ZHU-Zhiyu / NVS_Solver

Source code of paper "NVS-Solver: Video Diffusion Model as Zero-Shot Novel View Synthesizer"
189 stars 1 forks source link

About GPU usage #4

Closed zhao-yiqun closed 3 weeks ago

zhao-yiqun commented 3 weeks ago

Hi,

thanks for the amazing project! I wonder how much GPU memory are used? I wonder whether it is possible to utilize less gpu Memory such as RTX4090 24GB? How should I adjust the parameters?

Thanks in Advance

ZHU-Zhiyu commented 3 weeks ago

Hi @zhao-yiqun , the proposed method is training-free. We optimize the video latent during the inference time. To run with less memory, you may try to use NVS-Solver (DGS) or reduce the video size. We will release NVS-Solver (DGS) in the next few days. We appreciate your patience.

zhao-yiqun commented 3 weeks ago

Thanks for your reply!