Spaces:
Running on Zero
Apply for community grant: Academic project (gpu)
Dear HF Staff,
I am Haozhe Xie from MMLab@NTU, and I am requesting a community grant for a T4 small GPU for this space.
The space hosts the Gradio demo for GaussianCity, a framework designed for efficient unbounded 3D city generation using 3D Gaussian Splatting. This work is to appear at CVPR 2025.
Compared to its predecessor, CityDreamer, GaussianCity is 60 times faster and achieves improved view consistency.
I appreciate your consideration and look forward to your support.
Hi @hysts ,
Thanks for your support! I'm not sure if this demo can run on ZeroGPU.
About six months ago, I tested ZeroGPU with another Gradio demo, CityDreamer, and found that it couldn't generate the same results as legacy GPUs (L4, A10) despite using the same code. More details are available here, but the issue remains unresolved.
Since this demo has the same dependencies as CityDreamer, I think the same problem will occur. Would it be possible to assign me a T4 small GPU?
Thanks for your support.
I think a T4 small GPU is enough for me.
OK, I just switched the hardware to T4, thanks!
Thanks for your support.
Have a nice weekend😊
Hello! Thank you for having shared your work on Hugging Face! As an FYI, we are removing the granted dedicated GPU. We provided still a ZeroGPU grant: https://huggingface.co/docs/hub/en/spaces-zerogpu if you so wish to adapt your demo to ZeroGPU
Hi @multimodalart ,
Thank you for helping us switch this Space to ZeroGPU. However, it seems that ZeroGPU is not compatible with this demo at the moment.
I previously tested ZeroGPU with a related Gradio demo that uses almost the same dependencies, but the generated results were inconsistent with those from legacy GPUs, even with the same code and package versions. The issue is discussed here: https://huggingface.co/spaces/zero-gpu-explorers/README/discussions/111
Could you please help us switch this Space back to L4? Sorry for the inconvenience, and thanks again for your help.
Hi @hzxie , I had Claude Code perform the Zero GPU migration. I haven't reviewed the code changes in detail, so it may have done something odd, but at least it's working.
https://huggingface.co/spaces/hysts-duplicates/gaussian-city
FYI, you can try the huggingface-zerogpu skill yourself, which helps coding agents with ZeroGPU migration.