Spaces:
Running
on
Zero
Apply for community grant: Academic project (gpu)
LHM: Large Animatable Human Reconstruction Model from a Single Image in Seconds
https://arxiv.org/abs/2503.10625
Github: https://github.com/aigc3d/LHM
we need a more stable GPU like A10 rather than ZeroGPU, which, in our test, often restart with cpu hardware
LHM: Large Animatable Human Reconstruction Model from a Single Image in Seconds
https://arxiv.org/abs/2503.10625
Github: https://github.com/aigc3d/LHM
we need a more stable GPU like A10 rather than ZeroGPU, which, in our test, often restart with cpu hardware
Note: A10-large must, A10-small is not sufficient in VRAM
Hi @DyrusQZ , what error are you getting? Looks like the Space is working fine on ZeroGPU. I'll assign L4 for now, but it would be great if the ZeroGPU issue could be resolved.
I add clean cache here
with gr.Blocks(analytics_enabled=False, delete_cache=[3600,3600]) as demo:
I hope it works and I will return the L4 GPU after the test, thank you first!