alexzhou907 / DreamPropeller

Apache License 2.0
81 stars 0 forks source link

Acceleration for single GPU? #4

Open Velasquez-sudo opened 1 week ago

Velasquez-sudo commented 1 week ago

The speedup is impressive! I'm also curious about its Acceleration for single GPU. Can it speed up 3D generation when only one GPU is avaible? Thanks!

alexzhou907 commented 1 week ago

Unfortunately no. Our method proposes to trade off generation time with compute while not sacrificing quality. The more compute you have the faster. Single GPU will reduce to vanilla unparallelized generation.